StorageAccount.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

適用対象