Class ArmOperation<T>
- Namespace
- Azure.ResourceManager
- Assembly
- Azure.ResourceManager.dll
Represents a long-running operation that returns a value when it completes.
public abstract class ArmOperation<T> : Operation<T>
Type Parameters
T
The final result of the long-running operation.
- Inheritance
-
ArmOperation<T>
Constructors
ArmOperation()
protected ArmOperation()