StorageAccountUpdateParameters.DnsEndpointType プロパティ

定義

取得または設定を使用すると、エンドポイントの種類を指定できます。 これを AzureDNSZone に設定すると、1 つのサブスクリプションに多数のアカウントが作成されます。これにより、Azure DNS ゾーンにアカウントが作成され、エンドポイント URL に英数字の DNS ゾーン識別子が設定されます。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象