Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceSshConfiguration |
ContainerServiceLinuxProfile.ssh()
Get the ssh property: The ssh key configuration for Linux VMs.
|
ContainerServiceSshConfiguration |
ContainerServiceSshConfiguration.withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys)
Set the publicKeys property: the list of SSH public keys used to authenticate with Linux-based VMs.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceLinuxProfile |
ContainerServiceLinuxProfile.withSsh(ContainerServiceSshConfiguration ssh)
Set the ssh property: The ssh key configuration for Linux VMs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.