Udostępnij za pośrednictwem


DnsNameLabelReusePolicy Struct

Definition

The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.

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

Constructors

DnsNameLabelReusePolicy(String)

Initializes a new instance of DnsNameLabelReusePolicy.

Properties

NoReuse

Noreuse.

ResourceGroupReuse

ResourceGroupReuse.

SubscriptionReuse

SubscriptionReuse.

TenantReuse

TenantReuse.

Unsecure

Unsecure.

Methods

Equals(DnsNameLabelReusePolicy)

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

Determines if two DnsNameLabelReusePolicy values are the same.

Implicit(String to DnsNameLabelReusePolicy)

Converts a string to a DnsNameLabelReusePolicy.

Inequality(DnsNameLabelReusePolicy, DnsNameLabelReusePolicy)

Determines if two DnsNameLabelReusePolicy values are not the same.

Applies to