Site.VirtualNetworkSubnetId プロパティ

定義

リージョン VNET 統合によって参加する仮想ネットワークとサブネットの azure Resource Manager ID を取得または設定します。 これは、/subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName} の形式である必要があります

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象