CloudBlobClient.GetAccountPropertiesAsync Methode

Definition

Überlädt

GetAccountPropertiesAsync()

Initiiert einen asynchronen Vorgang zum Abrufen von Kontoeigenschaften für den Blobdienst.

GetAccountPropertiesAsync(CancellationToken)

Initiiert einen asynchronen Vorgang zum Abrufen von Kontoeigenschaften für den Blobdienst.

GetAccountPropertiesAsync(BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Abrufen von Kontoeigenschaften für den Blobdienst.

GetAccountPropertiesAsync(BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Abrufen von Kontoeigenschaften für den Blobdienst.

GetAccountPropertiesAsync()

Initiiert einen asynchronen Vorgang zum Abrufen von Kontoeigenschaften für den Blobdienst.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual 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>
override this.GetAccountPropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Overridable 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 zum Abrufen von Kontoeigenschaften für den Blobdienst.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual 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>
override this.GetAccountPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Overridable 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:

GetAccountPropertiesAsync(BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Abrufen von Kontoeigenschaften für den Blobdienst.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual 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>
override this.GetAccountPropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Overridable 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(BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Abrufen von Kontoeigenschaften für den Blobdienst.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual 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>
override this.GetAccountPropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.AccountProperties>
Public Overridable 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: