ISshPublicKeysOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SshPublicKeysOperations operations.
public interface ISshPublicKeysOperations
type ISshPublicKeysOperations = interface
Public Interface ISshPublicKeysOperations
Methods
CreateWithHttpMessagesAsync(String, String, SshPublicKeyResourceInner, Dictionary<String,List<String>>, CancellationToken) |
Creates a new SSH public key resource. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete an SSH public key. |
GenerateKeyPairWithHttpMessagesAsync(String, String, Dictionary<String,List<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. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves information about an SSH public key. |
ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<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. |
ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<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. |
ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<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. |
ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<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. |
UpdateWithHttpMessagesAsync(String, String, SshPublicKeyUpdateResource, Dictionary<String,List<String>>, CancellationToken) |
Updates a new SSH public key resource. |
Extension Methods
CreateAsync(ISshPublicKeysOperations, String, String, SshPublicKeyResourceInner, CancellationToken) |
Creates a new SSH public key resource. |
DeleteAsync(ISshPublicKeysOperations, String, String, CancellationToken) |
Delete an SSH public key. |
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. |
GetAsync(ISshPublicKeysOperations, String, String, CancellationToken) |
Retrieves information about an SSH public key. |
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. |
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. |
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. |
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. |
UpdateAsync(ISshPublicKeysOperations, String, String, SshPublicKeyUpdateResource, CancellationToken) |
Updates a new SSH public key resource. |
Applies to
Azure SDK for .NET