Freigeben über


StorageInsightCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet die Storage Insight-Instanzen in einem Arbeitsbereich auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs
  • Vorgangs-IdStorageInsightConfigs_ListByWorkspace
public virtual Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.StorageInsightResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.StorageInsightResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.StorageInsightResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageInsightResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von StorageInsightResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: