Compartir a través de


EffectiveNetworkSecurityRule.DestinationPortRanges Propiedad

Definición

Obtiene o establece los intervalos de puertos de destino. Los valores esperados incluyen un único entero entre 0 y 65535, un intervalo que usa "-" como separador (por ejemplo, 100-400) o un asterisco (*).

[Newtonsoft.Json.JsonProperty(PropertyName="destinationPortRanges")]
public System.Collections.Generic.IList<string> DestinationPortRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="destinationPortRanges")>]
member this.DestinationPortRanges : System.Collections.Generic.IList<string> with get, set
Public Property DestinationPortRanges As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a