public static interface KubernetesCluster.DefinitionStages.WithLinuxSshKey
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.WithServicePrincipalClientId |
withSshKey(String sshKeyData)
Begins the definition to specify Linux ssh key.
|
KubernetesCluster.DefinitionStages.WithServicePrincipalClientId withSshKey(String sshKeyData)
sshKeyData - the SSH key data/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/