CloudBlobClient.GetServiceStatsAsync 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
GetServiceStatsAsync(BlobRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt. |
GetServiceStatsAsync(BlobRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt. |
GetServiceStatsAsync() |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt. |
GetServiceStatsAsync(CancellationToken) |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt. |
GetServiceStatsAsync(BlobRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ServiceStats)
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 ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServiceStatsAsync(BlobRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext) As Task(Of ServiceStats)
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 ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServiceStatsAsync()
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync () As Task(Of ServiceStats)
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServiceStatsAsync(CancellationToken)
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync (cancellationToken As CancellationToken) As Task(Of ServiceStats)
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 ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET