SshConfiguration.PublicIPsToAllow 屬性

定義

取得或設定允許的公用 IP。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

允許 SSH 連線的來源 IP 範圍清單。 預設值為 '*' (允許所有來源 IP) 。 可以指定的 IP 範圍上限為 400。

適用於