ContainerServiceSshPublicKey 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
ContainerServiceSshPublicKey() |
Initializes a new instance of the ContainerServiceSshPublicKey class. |
ContainerServiceSshPublicKey(String) |
Initializes a new instance of the ContainerServiceSshPublicKey class. |
ContainerServiceSshPublicKey()
Initializes a new instance of the ContainerServiceSshPublicKey class.
public ContainerServiceSshPublicKey ();
Public Sub New ()
Applies to
ContainerServiceSshPublicKey(String)
Initializes a new instance of the ContainerServiceSshPublicKey class.
public ContainerServiceSshPublicKey (string keyData);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshPublicKey : string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshPublicKey
Public Sub New (keyData As String)
Parameters
- keyData
- String
Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.
Applies to
Azure SDK for .NET