CloudBlob.GetAccountPropertiesAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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) |
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. |
GetAccountPropertiesAsync()
Initiiert einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.
[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, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.
[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, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.
[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, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.
[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:
Azure SDK for .NET