PSRemotingBaseCmdlet.SSHConnection Property

Definition

Hashtable array containing SSH connection parameters for each remote target ComputerName (Alias: HostName) (required) UserName (optional) KeyFilePath (Alias: IdentityFilePath) (optional)

public:
 virtual property cli::array <System::Collections::Hashtable ^> ^ SSHConnection { cli::array <System::Collections::Hashtable ^> ^ get(); void set(cli::array <System::Collections::Hashtable ^> ^ value); };
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="SSHHostHashParam")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual System.Collections.Hashtable[] SSHConnection { get; set; }
public virtual System.Collections.Hashtable[] SSHConnection { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="SSHHostHashParam")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.SSHConnection : System.Collections.Hashtable[] with get, set
member this.SSHConnection : System.Collections.Hashtable[] with get, set
Public Overridable Property SSHConnection As Hashtable()

Property Value

Attributes

Applies to