Partilhar via


AutoGeneratedDomainNameLabelScope Struct

Definition

The value representing the security enum.

public readonly struct AutoGeneratedDomainNameLabelScope : IEquatable<Azure.ResourceManager.ContainerInstance.Models.AutoGeneratedDomainNameLabelScope>
type AutoGeneratedDomainNameLabelScope = struct
Public Structure AutoGeneratedDomainNameLabelScope
Implements IEquatable(Of AutoGeneratedDomainNameLabelScope)
Inheritance
AutoGeneratedDomainNameLabelScope
Implements

Constructors

Name Description
AutoGeneratedDomainNameLabelScope(String)

Initializes a new instance of AutoGeneratedDomainNameLabelScope.

Properties

Name Description
NoReuse

Noreuse.

ResourceGroupReuse

ResourceGroupReuse.

SubscriptionReuse

SubscriptionReuse.

TenantReuse

TenantReuse.

Unsecure

Unsecure.

Methods

Name Description
Equals(AutoGeneratedDomainNameLabelScope)

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(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope)

Determines if two AutoGeneratedDomainNameLabelScope values are the same.

Implicit(String to AutoGeneratedDomainNameLabelScope)

Converts a string to a AutoGeneratedDomainNameLabelScope.

Inequality(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope)

Determines if two AutoGeneratedDomainNameLabelScope values are not the same.

Applies to