Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceSshPublicKey
Packages that use ContainerServiceSshPublicKey
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ContainerServiceSshPublicKey in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ContainerServiceSshPublicKeyModifier and TypeClassDescriptionfinal classContains information about SSH certificate public key data.Methods in com.azure.resourcemanager.containerservice.models that return ContainerServiceSshPublicKeyModifier and TypeMethodDescriptionstatic ContainerServiceSshPublicKeyContainerServiceSshPublicKey.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerServiceSshPublicKey from the JsonReader.ContainerServiceSshPublicKey.withKeyData(String keyData) Set the keyData property: Certificate public key used to authenticate with VMs through SSH.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ContainerServiceSshPublicKeyModifier and TypeMethodDescriptionContainerServiceSshConfiguration.publicKeys()Get the publicKeys property: The list of SSH public keys used to authenticate with Linux-based VMs.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ContainerServiceSshPublicKeyModifier and TypeMethodDescriptionContainerServiceSshConfiguration.withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys) Set the publicKeys property: The list of SSH public keys used to authenticate with Linux-based VMs.