Compartir a través de


NetworkSecurityGroup.SecurityRules Propiedad

Definición

Obtiene o establece una colección de reglas de seguridad del grupo de seguridad de red.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a