CloudBlobContainer.EndGetPermissions(IAsyncResult) Methode

Definition

Gibt das asynchrone Ergebnis der Anforderung zurück, um die Berechtigungseinstellungen für den Container abzurufen.

public virtual Microsoft.Azure.Storage.Blob.BlobContainerPermissions EndGetPermissions (IAsyncResult asyncResult);
abstract member EndGetPermissions : IAsyncResult -> Microsoft.Azure.Storage.Blob.BlobContainerPermissions
override this.EndGetPermissions : IAsyncResult -> Microsoft.Azure.Storage.Blob.BlobContainerPermissions
Public Overridable Function EndGetPermissions (asyncResult As IAsyncResult) As BlobContainerPermissions

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Die Berechtigungen des Containers.

Gilt für: