DnsNameLabelReusePolicy 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 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
Azure SDK for .NET