IServiceConfigurationOperations.BeginCreatingAsync 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.
L’opération Commencer la création d’un compte de stockage crée un compte de stockage dans Azure.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse> BeginCreatingAsync (Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration serviceConfiguration, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreatingAsync : Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse>
Public Function BeginCreatingAsync (serviceConfiguration As ServiceConfiguration, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of TaskResponse)
Paramètres
- serviceConfiguration
- ServiceConfiguration
Paramètres fournis à l’opération Commencer la création d’un compte de stockage.
- customRequestHeaders
- CustomRequestHeaders
En-têtes de requête personnalisés que le client doit utiliser.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Il s’agit de la réponse de tâche pour tous les appels asynchrones
S’applique à
Azure SDK for .NET