Uses of Class
com.azure.resourcemanager.compute.fluent.models.SshPublicKeyResourceInner
Packages that use SshPublicKeyResourceInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SshPublicKeyResourceInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SshPublicKeyResourceInnerModifier and TypeMethodDescriptionSshPublicKeysClient.create(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters) Creates a new SSH public key resource.SshPublicKeysClient.getByResourceGroup(String resourceGroupName, String sshPublicKeyName) Retrieves information about an SSH public key.SshPublicKeysClient.update(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters) Updates a new SSH public key resource.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SshPublicKeyResourceInnerModifier and TypeMethodDescriptionSshPublicKeysClient.createAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters) Creates a new SSH public key resource.com.azure.core.http.rest.Response<SshPublicKeyResourceInner>SshPublicKeysClient.createWithResponse(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters, com.azure.core.util.Context context) Creates a new SSH public key resource.Mono<com.azure.core.http.rest.Response<SshPublicKeyResourceInner>>SshPublicKeysClient.createWithResponseAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters) Creates a new SSH public key resource.SshPublicKeysClient.getByResourceGroupAsync(String resourceGroupName, String sshPublicKeyName) Retrieves information about an SSH public key.com.azure.core.http.rest.Response<SshPublicKeyResourceInner>SshPublicKeysClient.getByResourceGroupWithResponse(String resourceGroupName, String sshPublicKeyName, com.azure.core.util.Context context) Retrieves information about an SSH public key.Mono<com.azure.core.http.rest.Response<SshPublicKeyResourceInner>>SshPublicKeysClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String sshPublicKeyName) Retrieves information about an SSH public key.com.azure.core.http.rest.PagedIterable<SshPublicKeyResourceInner>SshPublicKeysClient.list()Lists all of the SSH public keys in the subscription.com.azure.core.http.rest.PagedIterable<SshPublicKeyResourceInner>SshPublicKeysClient.list(com.azure.core.util.Context context) Lists all of the SSH public keys in the subscription.com.azure.core.http.rest.PagedFlux<SshPublicKeyResourceInner>SshPublicKeysClient.listAsync()Lists all of the SSH public keys in the subscription.com.azure.core.http.rest.PagedIterable<SshPublicKeyResourceInner>SshPublicKeysClient.listByResourceGroup(String resourceGroupName) Lists all of the SSH public keys in the specified resource group.com.azure.core.http.rest.PagedIterable<SshPublicKeyResourceInner>SshPublicKeysClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all of the SSH public keys in the specified resource group.com.azure.core.http.rest.PagedFlux<SshPublicKeyResourceInner>SshPublicKeysClient.listByResourceGroupAsync(String resourceGroupName) Lists all of the SSH public keys in the specified resource group.SshPublicKeysClient.updateAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters) Updates a new SSH public key resource.com.azure.core.http.rest.Response<SshPublicKeyResourceInner>SshPublicKeysClient.updateWithResponse(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters, com.azure.core.util.Context context) Updates a new SSH public key resource.Mono<com.azure.core.http.rest.Response<SshPublicKeyResourceInner>>SshPublicKeysClient.updateWithResponseAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters) Updates a new SSH public key resource.Methods in com.azure.resourcemanager.compute.fluent with parameters of type SshPublicKeyResourceInnerModifier and TypeMethodDescriptionSshPublicKeysClient.create(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters) Creates a new SSH public key resource.SshPublicKeysClient.createAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters) Creates a new SSH public key resource.com.azure.core.http.rest.Response<SshPublicKeyResourceInner>SshPublicKeysClient.createWithResponse(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters, com.azure.core.util.Context context) Creates a new SSH public key resource.Mono<com.azure.core.http.rest.Response<SshPublicKeyResourceInner>>SshPublicKeysClient.createWithResponseAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters) Creates a new SSH public key resource. -
Uses of SshPublicKeyResourceInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SshPublicKeyResourceInnerModifier and TypeMethodDescriptionSshPublicKeyResourceInner.withLocation(String location) SshPublicKeyResourceInner.withPublicKey(String publicKey) Set the publicKey property: SSH public key used to authenticate to a virtual machine through ssh. -
Uses of SshPublicKeyResourceInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SshPublicKeyResourceInnerModifier and TypeMethodDescriptionSshPublicKeysGroupListResult.value()Get the value property: The list of SSH public keys.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SshPublicKeyResourceInnerModifier and TypeMethodDescriptionSshPublicKeysGroupListResult.withValue(List<SshPublicKeyResourceInner> value) Set the value property: The list of SSH public keys.