CloudFileShare.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(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)
Returns
- Attributes
Applies to
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)
Parameters
- options
- FileRequestOptions
- operationContext
- OperationContext
Returns
- Attributes
Applies to
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)
Parameters
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken
Returns
- Attributes
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET