次の方法で共有


ContainerAppsConfiguration.AppSubnetResourceId プロパティ

定義

コントロール プレーン インフラストラクチャ コンポーネントのサブネットのリソース ID を取得または設定します。 このサブネットは、appSubnetResourceId で定義されているサブネットと同じ VNET 内に存在する必要があります。 platformReservedCidr で定義されている IP 範囲 (定義されている場合) と重複しないようにする必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象