Uses of Class
com.azure.resourcemanager.compute.models.SshPublicKeysGroupListResult
-
Packages that use SshPublicKeysGroupListResult Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SshPublicKeysGroupListResult in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SshPublicKeysGroupListResult Modifier and Type Method Description SshPublicKeysGroupListResultSshPublicKeysGroupListResult. withNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of SSH public keys.SshPublicKeysGroupListResultSshPublicKeysGroupListResult. withValue(List<SshPublicKeyResourceInner> value)Set the value property: The list of SSH public keys.
-