Sdílet prostřednictvím


StorageAccountCreateParameters.DnsEndpointType Property

Definition

Gets or sets allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. Possible values include: 'Standard', 'AzureDnsZone'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dnsEndpointType")]
public string DnsEndpointType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dnsEndpointType")>]
member this.DnsEndpointType : string with get, set
Public Property DnsEndpointType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to