Compartir a través de


ManagedCluster.NetworkSecurityRules Propiedad

Definición

Obtiene o establece reglas de seguridad de red personalizadas que se aplican a la red virtual del clúster.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a