DomainNameLabelScopeType 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 DomainNameLabelScopeType : IEquatable<Azure.ResourceManager.Compute.Models.DomainNameLabelScopeType>
type DomainNameLabelScopeType = struct
Public Structure DomainNameLabelScopeType
Implements IEquatable(Of DomainNameLabelScopeType)
Inheritance
DomainNameLabelScopeType
Implements

Constructors

Name Description
DomainNameLabelScopeType(String)

Initializes a new instance of DomainNameLabelScopeType.

Properties

Name Description
NoReuse

Gets the NoReuse.

ResourceGroupReuse

Gets the ResourceGroupReuse.

SubscriptionReuse

Gets the SubscriptionReuse.

TenantReuse

Gets the TenantReuse.

Methods

Name Description
Equals(DomainNameLabelScopeType)

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

Name Description
Equality(DomainNameLabelScopeType, DomainNameLabelScopeType)

Determines if two DomainNameLabelScopeType values are the same.

Implicit(String to DomainNameLabelScopeType)

Converts a string to a DomainNameLabelScopeType.

Implicit(String to Nullable<DomainNameLabelScopeType>)
Inequality(DomainNameLabelScopeType, DomainNameLabelScopeType)

Determines if two DomainNameLabelScopeType values are not the same.

Applies to