Freigeben über


StorageAccountResource.GetPrivateLinkResourcesAsync(CancellationToken) Methode

Definition

Ruft die Private Link-Ressourcen ab, die für ein Speicherkonto erstellt werden müssen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByStorageAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StoragePrivateLinkResourceData> GetPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StoragePrivateLinkResourceData>
override this.GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StoragePrivateLinkResourceData>
Public Overridable Function GetPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StoragePrivateLinkResourceData)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: