次の方法で共有


VirtualMachineScaleSetOSProfile.ComputerNamePrefix プロパティ

定義

スケール セット内のすべての仮想マシンのコンピューター名プレフィックスを取得または設定します。 コンピューター名のプレフィックスは、1 から 15 文字の長さにする必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象