CloudBlobClient.GetServiceStatsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetServiceStatsAsync(BlobRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. |
GetServiceStatsAsync(BlobRequestOptions, OperationContext) |
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. |
GetServiceStatsAsync() |
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. |
GetServiceStatsAsync(CancellationToken) |
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. |
GetServiceStatsAsync(BlobRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint.
[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)
Parameters
- requestOptions
- BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type ServiceStats that represents the asynchronous operation.
- Attributes
Applies to
GetServiceStatsAsync(BlobRequestOptions, OperationContext)
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint.
[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)
Parameters
- requestOptions
- BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type ServiceStats that represents the asynchronous operation.
- Attributes
Applies to
GetServiceStatsAsync()
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint.
[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)
Returns
A Task<TResult> object of type ServiceStats that represents the asynchronous operation.
- Attributes
Applies to
GetServiceStatsAsync(CancellationToken)
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint.
[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)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type ServiceStats that represents the asynchronous operation.
- Attributes