Uses of Class
com.azure.resourcemanager.compute.fluent.models.SshPublicKeyResourceInner
-
Packages that use SshPublicKeyResourceInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 SshPublicKeyResourceInner Modifier and Type Method Description SshPublicKeyResourceInnerSshPublicKeysClient. create(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters)Creates a new SSH public key resource.SshPublicKeyResourceInnerSshPublicKeysClient. getByResourceGroup(String resourceGroupName, String sshPublicKeyName)Retrieves information about an SSH public key.SshPublicKeyResourceInnerSshPublicKeysClient. 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 SshPublicKeyResourceInner Modifier and Type Method Description Mono<SshPublicKeyResourceInner>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.Mono<SshPublicKeyResourceInner>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.Mono<SshPublicKeyResourceInner>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 SshPublicKeyResourceInner Modifier and Type Method Description SshPublicKeyResourceInnerSshPublicKeysClient. create(String resourceGroupName, String sshPublicKeyName, SshPublicKeyResourceInner parameters)Creates a new SSH public key resource.Mono<SshPublicKeyResourceInner>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 SshPublicKeyResourceInner Modifier and Type Method Description SshPublicKeyResourceInnerSshPublicKeyResourceInner. withLocation(String location)SshPublicKeyResourceInnerSshPublicKeyResourceInner. withPublicKey(String publicKey)Set the publicKey property: SSH public key used to authenticate to a virtual machine through ssh.SshPublicKeyResourceInnerSshPublicKeyResourceInner. withTags(Map<String,String> tags) -
Uses of SshPublicKeyResourceInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SshPublicKeyResourceInner Modifier and Type Method Description List<SshPublicKeyResourceInner>SshPublicKeysGroupListResult. value()Get the value property: The list of SSH public keys.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SshPublicKeyResourceInner Modifier and Type Method Description SshPublicKeysGroupListResultSshPublicKeysGroupListResult. withValue(List<SshPublicKeyResourceInner> value)Set the value property: The list of SSH public keys.
-