ICloudBlob.GetAccountPropertiesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAccountPropertiesAsync(BlobRequestOptions, OperationContext)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync (Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext) As Task(Of AccountProperties)
Paramètres
- requestOptions
- BlobRequestOptions
- operationContext
- OperationContext
Retours
- Attributs
S’applique à
GetAccountPropertiesAsync(BlobRequestOptions, OperationContext, CancellationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync (Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of AccountProperties)
Paramètres
- requestOptions
- BlobRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken
Retours
- Attributs
S’applique à
GetAccountPropertiesAsync()
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync ();
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync () As Task(Of AccountProperties)
Retours
- Attributs
S’applique à
GetAccountPropertiesAsync(CancellationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties> GetAccountPropertiesAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetAccountPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.Shared.Protocol.AccountProperties>
Public Function GetAccountPropertiesAsync (cancellationToken As CancellationToken) As Task(Of AccountProperties)
Paramètres
- cancellationToken
- CancellationToken
Retours
- Attributs
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET