次の方法で共有


IaasVMRestoreRequest.SubnetId プロパティ

定義

サブネット ID を取得または設定します。これは、復元される VM に関連付けられているサブネット ID です。 クラシック VM の場合は {VnetID}/Subnet/{SubnetName} になり、Azure Resource Manager VM の場合、サブネットを表すために使用される ARM リソース ID になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象