你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudFileShare.GetStatsAsync 方法

定义

重载

GetStatsAsync()
GetStatsAsync(FileRequestOptions, OperationContext)
GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)

GetStatsAsync()

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats> GetStatsAsync ();
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync () As Task(Of ShareStats)

返回

属性

适用于

GetStatsAsync(FileRequestOptions, OperationContext)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext) As Task(Of ShareStats)

参数

operationContext
OperationContext

返回

属性

适用于

GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ShareStats)

参数

operationContext
OperationContext
cancellationToken
CancellationToken

返回

属性

适用于