Share via


IBareMetalMachineKeySetPatchParameters.JumpHostsAllowed Property

Definition

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="jumpHostsAllowed", Update=true)]
public System.Collections.Generic.List<string> JumpHostsAllowed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="jumpHostsAllowed", Update=true)>]
member this.JumpHostsAllowed : System.Collections.Generic.List<string> with get, set
Public Property JumpHostsAllowed As List(Of String)

Property Value

Attributes

Applies to