你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateOrUpdateKubeBase.GetSshKey(String) Method

Definition

Fetch SSH public key string

protected string GetSshKey (string sshKeyOrFile);
member this.GetSshKey : string -> string
Protected Function GetSshKey (sshKeyOrFile As String) As String

Parameters

sshKeyOrFile
String

a string representing either the file location, the ssh key pub data or null.

Returns

SSH public key data

Exceptions

The SSH key or file argument was null and there was no default pub key in path.

Applies to