InvalidCloudFileShare.GetStatsAsync 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
GetStatsAsync() | |
GetStatsAsync(CancellationToken) | |
GetStatsAsync(FileRequestOptions, OperationContext) | |
GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken) |
GetStatsAsync()
public override System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync ();
override this.GetStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overrides Function GetStatsAsync () As Task(Of ShareStats)
Returns
Applies to
GetStatsAsync(CancellationToken)
public override System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (System.Threading.CancellationToken cancellationToken);
override this.GetStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overrides Function GetStatsAsync (cancellationToken As CancellationToken) As Task(Of ShareStats)
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
GetStatsAsync(FileRequestOptions, OperationContext)
public override System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
override this.GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overrides Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext) As Task(Of ShareStats)
Parameters
- options
- FileRequestOptions
- operationContext
- OperationContext
Returns
Applies to
GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)
public override System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
override this.GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overrides Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ShareStats)
Parameters
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken