次の方法で共有


ClusterResourceProperties.DelegatedManagementSubnetId プロパティ

定義

このクラスターの管理サービスのネットワーク インターフェイスがアタッチされているサブネットのリソース ID を取得または設定します。 サブネットは、データ センターに委任されるすべてのサブネットにルーティング可能である必要があります。 リソース ID は、'/subscriptions/<subscription id>/resourceGroups/<リソース グループ>/providers/Microsoft.Network/virtualNetworks/<仮想ネットワーク>/subnets/<subnet>' の形式である必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象