次の方法で共有


ManagedCluster.NetworkSecurityRules プロパティ

定義

クラスターの仮想ネットワークに適用されるカスタム ネットワーク セキュリティ規則を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.networkSecurityRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule> NetworkSecurityRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkSecurityRules")>]
member this.NetworkSecurityRules : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule> with get, set
Public Property NetworkSecurityRules As IList(Of NetworkSecurityRule)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象