你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeType.NetworkSecurityRules Property

Definition

Gets or sets the Network Security Rules for this node type. This setting can only be specified for node types that are configured with frontend configurations.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to