InboundNatRule.FrontendPortRangeEnd Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’extrémité de la plage de ports pour le point de terminaison externe. Cette propriété est utilisée avec BackendAddressPool et FrontendPortRangeStart. Des mappages de ports de règle NAT entrants individuels seront créés pour chaque adresse principale à partir de BackendAddressPool. Les valeurs acceptables varient de 1 à 65534.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.frontendPortRangeEnd")]
public int? FrontendPortRangeEnd { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.frontendPortRangeEnd")>]
member this.FrontendPortRangeEnd : Nullable<int> with get, set
Public Property FrontendPortRangeEnd As Nullable(Of Integer)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET