DomainNameLabelScope Struct

Definition

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

Name Description
DomainNameLabelScope(String)

Initializes a new instance of DomainNameLabelScope.

Properties

Name Description
NoReuse

Gets the NoReuse.

ResourceGroupReuse

Gets the ResourceGroupReuse.

SubscriptionReuse

Gets the SubscriptionReuse.

TenantReuse

Gets the TenantReuse.

Methods

Name Description
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

Name Description
Equality(DomainNameLabelScope, DomainNameLabelScope)

Determines if two DomainNameLabelScope values are the same.

Implicit(String to DomainNameLabelScope)

Converts a string to a DomainNameLabelScope.

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

Determines if two DomainNameLabelScope values are not the same.

Applies to