NetworkCloudSshPublicKey(String) Constructor
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.
Initializes a new instance of NetworkCloudSshPublicKey.
public NetworkCloudSshPublicKey (string keyData);
new Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey : string -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey
Public Sub New (keyData As String)
Parameters
- keyData
- String
The SSH public key data.
Exceptions
keyData
is null.