SshPublicKeysOperationsExtensions Class

Definition

Extension methods for SshPublicKeysOperations.

public static class SshPublicKeysOperationsExtensions
type SshPublicKeysOperationsExtensions = class
Public Module SshPublicKeysOperationsExtensions
Inheritance
SshPublicKeysOperationsExtensions

Methods

Create(ISshPublicKeysOperations, String, String, SshPublicKeyResource)

Creates a new SSH public key resource.

CreateAsync(ISshPublicKeysOperations, String, String, SshPublicKeyResource, CancellationToken)

Creates a new SSH public key resource.

Delete(ISshPublicKeysOperations, String, String)

Delete an SSH public key.

DeleteAsync(ISshPublicKeysOperations, String, String, CancellationToken)

Delete an SSH public key.

GenerateKeyPair(ISshPublicKeysOperations, String, String)

Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource.

GenerateKeyPairAsync(ISshPublicKeysOperations, String, String, CancellationToken)

Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource.

Get(ISshPublicKeysOperations, String, String)

Retrieves information about an SSH public key.

GetAsync(ISshPublicKeysOperations, String, String, CancellationToken)

Retrieves information about an SSH public key.

ListByResourceGroup(ISshPublicKeysOperations, String)

Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys.

ListByResourceGroupAsync(ISshPublicKeysOperations, String, CancellationToken)

Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys.

ListByResourceGroupNext(ISshPublicKeysOperations, String)

Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys.

ListByResourceGroupNextAsync(ISshPublicKeysOperations, String, CancellationToken)

Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys.

ListBySubscription(ISshPublicKeysOperations)

Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys.

ListBySubscriptionAsync(ISshPublicKeysOperations, CancellationToken)

Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys.

ListBySubscriptionNext(ISshPublicKeysOperations, String)

Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys.

ListBySubscriptionNextAsync(ISshPublicKeysOperations, String, CancellationToken)

Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys.

Update(ISshPublicKeysOperations, String, String, SshPublicKeyUpdateResource)

Updates a new SSH public key resource.

UpdateAsync(ISshPublicKeysOperations, String, String, SshPublicKeyUpdateResource, CancellationToken)

Updates a new SSH public key resource.

Applies to