Share via


IContainerGroupProperties.IPAddressAutoGeneratedDomainNameLabelScope Property

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.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy) }, ReadOnly=false, Required=false, SerializedName="autoGeneratedDomainNameLabelScope")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy? IPAddressAutoGeneratedDomainNameLabelScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy) }, ReadOnly=false, Required=false, SerializedName="autoGeneratedDomainNameLabelScope")>]
member this.IPAddressAutoGeneratedDomainNameLabelScope : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.DnsNameLabelReusePolicy> with get, set
Public Property IPAddressAutoGeneratedDomainNameLabelScope As Nullable(Of DnsNameLabelReusePolicy)

Property Value

Attributes

Applies to