ICloudBlob.GetAccountPropertiesAsync Methode

Definition

Überlädt

GetAccountPropertiesAsync(BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

GetAccountPropertiesAsync(BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

GetAccountPropertiesAsync()

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

GetAccountPropertiesAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

GetAccountPropertiesAsync(BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of AccountProperties)

Parameter

requestOptions
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ AccountProperties, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

GetAccountPropertiesAsync(BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext) As Task(Of AccountProperties)

Parameter

requestOptions
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ AccountProperties, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

GetAccountPropertiesAsync()

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync () As Task(Of AccountProperties)

Gibt zurück

Ein Task<TResult>-Objekt vom Typ AccountProperties, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

GetAccountPropertiesAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

[Microsoft.Azure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync (cancellationToken As CancellationToken) As Task(Of AccountProperties)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ AccountProperties, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: