SshConfiguration.PublicIPsToAllow 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 les adresses IP publiques autorisées.
[Newtonsoft.Json.JsonProperty(PropertyName="publicIPsToAllow")]
public System.Collections.Generic.IList<string> PublicIPsToAllow { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="publicIPsToAllow")>]
member this.PublicIPsToAllow : System.Collections.Generic.IList<string> with get, set
Public Property PublicIPsToAllow As IList(Of String)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
Remarques
Liste des plages d’adresses IP sources à partir de laquelle autoriser la connexion SSH. La valeur par défaut est « * » (toutes les adresses IP sources sont autorisées). Le nombre maximal de plages IP pouvant être spécifiées est de 400.
S’applique à
Azure SDK for .NET