Share via


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