Share via


DataBoxEdgeStorageAccountCredentialCollection.GetAll Method

Definition

Gets all the storage account credentials in a Data Box Edge/Data Box Gateway device.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials
  • Operation Id: StorageAccountCredentials_ListByDataBoxEdgeDevice
public virtual Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataBoxEdgeStorageAccountCredentialResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to