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

DomainNameLabelScopeType(String)

Initializes a new instance of DomainNameLabelScopeType.

Properties

NoReuse

NoReuse.

ResourceGroupReuse

ResourceGroupReuse.

SubscriptionReuse

SubscriptionReuse.

TenantReuse

TenantReuse.

Methods

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

Equality(DomainNameLabelScopeType, DomainNameLabelScopeType)

Determines if two DomainNameLabelScopeType values are the same.

Implicit(String to DomainNameLabelScopeType)

Converts a string to a DomainNameLabelScopeType.

Inequality(DomainNameLabelScopeType, DomainNameLabelScopeType)

Determines if two DomainNameLabelScopeType values are not the same.

Applies to