你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |