次の方法で共有


VirtualMachinePublicIPAddressDnsSettingsConfiguration.DomainNameLabel プロパティ

定義

作成される PublicIPAddress リソースのドメイン名ラベル プレフィックスを取得または設定します。 生成された名前ラベルは、ドメイン名ラベルと VM ネットワーク プロファイルの一意の ID を連結したものです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象