CdnProfileAgentProvisioningState 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 profile agent association.
public readonly struct CdnProfileAgentProvisioningState : IEquatable<Azure.ResourceManager.Cdn.Models.CdnProfileAgentProvisioningState>
type CdnProfileAgentProvisioningState = struct
Public Structure CdnProfileAgentProvisioningState
Implements IEquatable(Of CdnProfileAgentProvisioningState)
- Inheritance
-
CdnProfileAgentProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CdnProfileAgentProvisioningState(String) |
Initializes a new instance of CdnProfileAgentProvisioningState. |
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(CdnProfileAgentProvisioningState) |
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(CdnProfileAgentProvisioningState, CdnProfileAgentProvisioningState) |
Determines if two CdnProfileAgentProvisioningState values are the same. |
| Implicit(String to CdnProfileAgentProvisioningState) |
Converts a string to a CdnProfileAgentProvisioningState. |
| Implicit(String to Nullable<CdnProfileAgentProvisioningState>) | |
| Inequality(CdnProfileAgentProvisioningState, CdnProfileAgentProvisioningState) |
Determines if two CdnProfileAgentProvisioningState values are not the same. |