MockableComputeSubscriptionResource.GetSshPublicKeys Method

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys
  • Operation Id: SshPublicKeys_ListBySubscription
  • Default Api Version: 2024-07-01
  • Resource: SshPublicKeyResource
public virtual Azure.Pageable<Azure.ResourceManager.Compute.SshPublicKeyResource> GetSshPublicKeys (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSshPublicKeys : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.SshPublicKeyResource>
override this.GetSshPublicKeys : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.SshPublicKeyResource>
Public Overridable Function GetSshPublicKeys (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SshPublicKeyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SshPublicKeyResource that may take multiple service requests to iterate over.

Applies to