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

ComputeFleetDomainNameLabelScopeType Struct

Definition

The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created

public readonly struct ComputeFleetDomainNameLabelScopeType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetDomainNameLabelScopeType>
type ComputeFleetDomainNameLabelScopeType = struct
Public Structure ComputeFleetDomainNameLabelScopeType
Implements IEquatable(Of ComputeFleetDomainNameLabelScopeType)
Inheritance
ComputeFleetDomainNameLabelScopeType
Implements

Constructors

ComputeFleetDomainNameLabelScopeType(String)

Initializes a new instance of ComputeFleetDomainNameLabelScopeType.

Properties

NoReuse

NoReuse type.

ResourceGroupReuse

ResourceGroupReuse type.

SubscriptionReuse

SubscriptionReuse type.

TenantReuse

TenantReuse type.

Methods

Equals(ComputeFleetDomainNameLabelScopeType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ComputeFleetDomainNameLabelScopeType, ComputeFleetDomainNameLabelScopeType)

Determines if two ComputeFleetDomainNameLabelScopeType values are the same.

Implicit(String to ComputeFleetDomainNameLabelScopeType)

Converts a String to a ComputeFleetDomainNameLabelScopeType.

Inequality(ComputeFleetDomainNameLabelScopeType, ComputeFleetDomainNameLabelScopeType)

Determines if two ComputeFleetDomainNameLabelScopeType values are not the same.

Applies to