ProviderLegacyOperation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public readonly struct ProviderLegacyOperation : IEquatable<Azure.ResourceManager.ProviderHub.Models.ProviderLegacyOperation>
type ProviderLegacyOperation = struct
Public Structure ProviderLegacyOperation
Implements IEquatable(Of ProviderLegacyOperation)
- Inheritance
-
ProviderLegacyOperation
- Implements
Constructors
| Name | Description |
|---|---|
| ProviderLegacyOperation(String) |
Initializes a new instance of ProviderLegacyOperation. |
Properties
| Name | Description |
|---|---|
| Action |
Gets the Action. |
| AzureAsyncOperationWaiting |
Gets the AzureAsyncOperationWaiting. |
| Create |
Gets the Create. |
| Delete |
Gets the Delete. |
| DeploymentCleanup |
Gets the DeploymentCleanup. |
| EvaluateDeploymentOutput |
Gets the EvaluateDeploymentOutput. |
| NotSpecified |
Gets the NotSpecified. |
| Read |
Gets the Read. |
| ResourceCacheWaiting |
Gets the ResourceCacheWaiting. |
| Waiting |
Gets the Waiting. |
Methods
| Name | Description |
|---|---|
| Equals(ProviderLegacyOperation) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ProviderLegacyOperation, ProviderLegacyOperation) |
Determines if two ProviderLegacyOperation values are the same. |
| Implicit(String to Nullable<ProviderLegacyOperation>) | |
| Implicit(String to ProviderLegacyOperation) |
Converts a string to a ProviderLegacyOperation. |
| Inequality(ProviderLegacyOperation, ProviderLegacyOperation) |
Determines if two ProviderLegacyOperation values are not the same. |