| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceSshConfiguration |
ContainerServiceLinuxProfile.ssh()
Get the ssh property: SSH configuration for Linux-based VMs running on Azure.
|
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: SSH configuration for Linux-based VMs running on Azure.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.