PSSshPublicKey Constructors
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.
Overloads
PSSshPublicKey() | |
PSSshPublicKey(SshPublicKey) |
PSSshPublicKey()
public PSSshPublicKey ();
Public Sub New ()
Applies to
PSSshPublicKey(SshPublicKey)
public PSSshPublicKey (Microsoft.Azure.Management.Storage.Models.SshPublicKey sshPublicKey);
new Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey : Microsoft.Azure.Management.Storage.Models.SshPublicKey -> Microsoft.Azure.Commands.Management.Storage.Models.PSSshPublicKey
Public Sub New (sshPublicKey As SshPublicKey)
Parameters
- sshPublicKey
- SshPublicKey