Partager via


ServiceConfigurationOperationsExtensions.BeginCreatingAsync Méthode

Définition

L’opération Commencer à créer un compte de stockage crée un compte de stockage dans Azure.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse> BeginCreatingAsync (this Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations operations, Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration serviceConfiguration, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member BeginCreatingAsync : Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations * Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse>
<Extension()>
Public Function BeginCreatingAsync (operations As IServiceConfigurationOperations, serviceConfiguration As ServiceConfiguration, customRequestHeaders As CustomRequestHeaders) As Task(Of TaskResponse)

Paramètres

operations
IServiceConfigurationOperations

Référence à Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.

serviceConfiguration
ServiceConfiguration

Obligatoire. Paramètres fournis à l’opération Commencer la création d’un compte de stockage.

customRequestHeaders
CustomRequestHeaders

Obligatoire. En-têtes de requête personnalisés que le client doit utiliser.

Retours

Il s’agit de la réponse à la tâche pour tous les appels asynchrones

S’applique à