DomainNameLabelScopeType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET