DomainNameLabelScope 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.
Indicates the endpoint name reuse scope. The default value is TenantReuse.
public readonly struct DomainNameLabelScope : IEquatable<Azure.ResourceManager.Cdn.Models.DomainNameLabelScope>
type DomainNameLabelScope = struct
Public Structure DomainNameLabelScope
Implements IEquatable(Of DomainNameLabelScope)
- Inheritance
-
DomainNameLabelScope
- Implements
Constructors
DomainNameLabelScope(String) |
Initializes a new instance of DomainNameLabelScope. |
Properties
NoReuse |
NoReuse. |
ResourceGroupReuse |
ResourceGroupReuse. |
SubscriptionReuse |
SubscriptionReuse. |
TenantReuse |
TenantReuse. |
Methods
Equals(DomainNameLabelScope) |
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(DomainNameLabelScope, DomainNameLabelScope) |
Determines if two DomainNameLabelScope values are the same. |
Implicit(String to DomainNameLabelScope) |
Converts a string to a DomainNameLabelScope. |
Inequality(DomainNameLabelScope, DomainNameLabelScope) |
Determines if two DomainNameLabelScope values are not the same. |
Applies to
Azure SDK for .NET