CdnWebAgentProvisioningState 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.
Provisioning status of the web agent.
public readonly struct CdnWebAgentProvisioningState : IEquatable<Azure.ResourceManager.Cdn.Models.CdnWebAgentProvisioningState>
type CdnWebAgentProvisioningState = struct
Public Structure CdnWebAgentProvisioningState
Implements IEquatable(Of CdnWebAgentProvisioningState)
- Inheritance
-
CdnWebAgentProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CdnWebAgentProvisioningState(String) |
Initializes a new instance of CdnWebAgentProvisioningState. |
Properties
| Name | Description |
|---|---|
| Creating |
Gets the Creating. |
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| Succeeded |
Gets the Succeeded. |
| Updating |
Gets the Updating. |
Methods
| Name | Description |
|---|---|
| Equals(CdnWebAgentProvisioningState) |
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(CdnWebAgentProvisioningState, CdnWebAgentProvisioningState) |
Determines if two CdnWebAgentProvisioningState values are the same. |
| Implicit(String to CdnWebAgentProvisioningState) |
Converts a string to a CdnWebAgentProvisioningState. |
| Implicit(String to Nullable<CdnWebAgentProvisioningState>) | |
| Inequality(CdnWebAgentProvisioningState, CdnWebAgentProvisioningState) |
Determines if two CdnWebAgentProvisioningState values are not the same. |