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