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