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

AutoGeneratedDomainNameLabelScope Struct

Definition

Scope for dns deterministic name hash calculation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Support.AutoGeneratedDomainNameLabelScopeTypeConverter))]
public struct AutoGeneratedDomainNameLabelScope : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Support.AutoGeneratedDomainNameLabelScope>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Support.AutoGeneratedDomainNameLabelScopeTypeConverter))>]
type AutoGeneratedDomainNameLabelScope = struct
    interface IArgumentCompleter
Public Structure AutoGeneratedDomainNameLabelScope
Implements IArgumentCompleter, IEquatable(Of AutoGeneratedDomainNameLabelScope)
Inheritance
AutoGeneratedDomainNameLabelScope
Attributes
Implements

Fields

TenantReuse

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AutoGeneratedDomainNameLabelScope)

Compares values of enum type AutoGeneratedDomainNameLabelScope

Equals(Object)

Compares values of enum type AutoGeneratedDomainNameLabelScope (override for Object)

GetHashCode()

Returns hashCode for enum AutoGeneratedDomainNameLabelScope

ToString()

Returns string representation for AutoGeneratedDomainNameLabelScope

Operators

Equality(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope)

Overriding == operator for enum AutoGeneratedDomainNameLabelScope

Implicit(AutoGeneratedDomainNameLabelScope to String)

Implicit operator to convert AutoGeneratedDomainNameLabelScope to string

Implicit(String to AutoGeneratedDomainNameLabelScope)

Implicit operator to convert string to AutoGeneratedDomainNameLabelScope

Inequality(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope)

Overriding != operator for enum AutoGeneratedDomainNameLabelScope

Applies to