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