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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileProvisioningStateTypeConverter))]
public struct ProfileProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileProvisioningStateTypeConverter))>]
type ProfileProvisioningState = struct
interface IArgumentCompleter
Public Structure ProfileProvisioningState
Implements IArgumentCompleter, IEquatable(Of ProfileProvisioningState)
- Inheritance
-
ProfileProvisioningState
- Attributes
- Implements
Fields
Creating | |
Deleting | |
Failed | |
Succeeded | |
Updating |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ProfileProvisioningState (override for Object) |
Equals(ProfileProvisioningState) |
Compares values of enum type ProfileProvisioningState |
GetHashCode() |
Returns hashCode for enum ProfileProvisioningState |
ToString() |
Returns string representation for ProfileProvisioningState |
Operators
Equality(ProfileProvisioningState, ProfileProvisioningState) |
Overriding == operator for enum ProfileProvisioningState |
Implicit(ProfileProvisioningState to String) |
Implicit operator to convert ProfileProvisioningState to string |
Implicit(String to ProfileProvisioningState) |
Implicit operator to convert string to ProfileProvisioningState |
Inequality(ProfileProvisioningState, ProfileProvisioningState) |
Overriding != operator for enum ProfileProvisioningState |