Uses of Class
com.azure.resourcemanager.compute.models.SshPublicKeysGroupListResult
Packages that use SshPublicKeysGroupListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SshPublicKeysGroupListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SshPublicKeysGroupListResultModifier and TypeClassDescriptionfinal classThe list SSH public keys operation response.Methods in com.azure.resourcemanager.compute.models that return SshPublicKeysGroupListResultModifier and TypeMethodDescriptionstatic SshPublicKeysGroupListResultSshPublicKeysGroupListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshPublicKeysGroupListResult from the JsonReader.SshPublicKeysGroupListResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of SSH public keys.SshPublicKeysGroupListResult.withValue(List<SshPublicKeyResourceInner> value) Set the value property: The list of SSH public keys.