次の方法で共有


IWithLinuxSshKey.WithSshKey(String) メソッド

定義

Linux ssh キーを指定する定義を開始します。

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithServicePrincipalClientId WithSshKey (string sshKeyData);
abstract member WithSshKey : string -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithServicePrincipalClientId
Public Function WithSshKey (sshKeyData As String) As IWithServicePrincipalClientId

パラメーター

sshKeyData
String

SSH キー データ。

戻り値

適用対象