PSRemotingBaseCmdlet.SSHConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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