Uses of Class
com.azure.resourcemanager.compute.fluent.models.SshPublicKeyGenerateKeyPairResultInner
-
Packages that use SshPublicKeyGenerateKeyPairResultInner 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. -
-
Uses of SshPublicKeyGenerateKeyPairResultInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SshPublicKeyGenerateKeyPairResultInner Modifier and Type Method Description SshPublicKeyGenerateKeyPairResultInnerSshPublicKeysClient. generateKeyPair(String resourceGroupName, String sshPublicKeyName)Generates and returns a public/private key pair and populates the SSH public key resource with the public key.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SshPublicKeyGenerateKeyPairResultInner Modifier and Type Method Description Mono<SshPublicKeyGenerateKeyPairResultInner>SshPublicKeysClient. generateKeyPairAsync(String resourceGroupName, String sshPublicKeyName)Generates and returns a public/private key pair and populates the SSH public key resource with the public key.com.azure.core.http.rest.Response<SshPublicKeyGenerateKeyPairResultInner>SshPublicKeysClient. generateKeyPairWithResponse(String resourceGroupName, String sshPublicKeyName, com.azure.core.util.Context context)Generates and returns a public/private key pair and populates the SSH public key resource with the public key.Mono<com.azure.core.http.rest.Response<SshPublicKeyGenerateKeyPairResultInner>>SshPublicKeysClient. generateKeyPairWithResponseAsync(String resourceGroupName, String sshPublicKeyName)Generates and returns a public/private key pair and populates the SSH public key resource with the public key. -
Uses of SshPublicKeyGenerateKeyPairResultInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SshPublicKeyGenerateKeyPairResultInner Modifier and Type Method Description SshPublicKeyGenerateKeyPairResultInnerSshPublicKeyGenerateKeyPairResultInner. withId(String id)Set the id property: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName}.SshPublicKeyGenerateKeyPairResultInnerSshPublicKeyGenerateKeyPairResultInner. withPrivateKey(String privateKey)Set the privateKey property: Private key portion of the key pair used to authenticate to a virtual machine through ssh.SshPublicKeyGenerateKeyPairResultInnerSshPublicKeyGenerateKeyPairResultInner. withPublicKey(String publicKey)Set the publicKey property: Public key portion of the key pair used to authenticate to a virtual machine through ssh.
-