Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceSshPublicKey |
ContainerServiceSshPublicKey.withKeyData(String keyData)
Set certificate public key used to authenticate with VMs through SSH.
|
Modifier and Type | Method and Description |
---|---|
List<ContainerServiceSshPublicKey> |
ContainerServiceSshConfiguration.publicKeys()
Get the list of SSH public keys used to authenticate with Linux-based VMs.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceSshConfiguration |
ContainerServiceSshConfiguration.withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys)
Set the list of SSH public keys used to authenticate with Linux-based VMs.
|
Copyright © 2019. All rights reserved.