Partager via


SshConfiguration.PublicIPsToAllow Propriété

Définition

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 à