Share via


OSProfile.ComputerName プロパティ

定義

仮想マシンのホスト OS 名を取得または設定します。 <br><br>VM の作成後にこの名前を更新することはできません。 <br><br> 最大長 (Windows): 15 文字 <br><br> 最大長 (Linux): 64 文字。 <br><br>名前付け規則と制限については、「 Azure インフラストラクチャ サービスの実装ガイドライン」を参照してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象