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