Partager via


CloudFileClient.GetServicePropertiesAsync Méthode

Définition

Surcharges

GetServicePropertiesAsync(FileRequestOptions, OperationContext, CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

GetServicePropertiesAsync(FileRequestOptions, OperationContext)

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

GetServicePropertiesAsync(CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

GetServicePropertiesAsync()

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

GetServicePropertiesAsync(FileRequestOptions, OperationContext, CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

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

Paramètres

requestOptions
FileRequestOptions

Objet FileRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Objet Task<TResult> de type FileServiceProperties qui représente l’opération asynchrone.

Attributs

S’applique à

GetServicePropertiesAsync(FileRequestOptions, OperationContext)

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

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

Paramètres

requestOptions
FileRequestOptions

Objet FileRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

Retours

Objet Task<TResult> de type FileServiceProperties qui représente l’opération asynchrone.

Attributs

S’applique à

GetServicePropertiesAsync(CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.FileServiceProperties> GetServicePropertiesAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.FileServiceProperties>
override this.GetServicePropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.FileServiceProperties>
Public Overridable Function GetServicePropertiesAsync (cancellationToken As CancellationToken) As Task(Of FileServiceProperties)

Paramètres

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Objet Task<TResult> de type FileServiceProperties qui représente l’opération asynchrone.

Attributs

S’applique à

GetServicePropertiesAsync()

Lance une opération asynchrone pour obtenir les propriétés du service De fichiers.

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

Retours

Objet Task<TResult> de type FileServiceProperties qui représente l’opération asynchrone.

Attributs

S’applique à