IAfdEndpoint.AutoGeneratedDomainNameLabelScope Property
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.
Indicates the endpoint name reuse scope. The default value is TenantReuse.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", "NoReuse" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Indicates the endpoint name reuse scope. The default value is TenantReuse.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoGeneratedDomainNameLabelScope", Update=true)]
public string AutoGeneratedDomainNameLabelScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "TenantReuse", "SubscriptionReuse", "ResourceGroupReuse", "NoReuse" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Indicates the endpoint name reuse scope. The default value is TenantReuse.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoGeneratedDomainNameLabelScope", Update=true)>]
member this.AutoGeneratedDomainNameLabelScope : string with get, set
Public Property AutoGeneratedDomainNameLabelScope As String
Property Value
- Attributes