DataLakeStoreAccountOperationsExtensions.BeginCreate Method (IDataLakeStoreAccountOperations, String, DataLakeStoreAccountCreateOrUpdateParameters)

 

Creates the specified Data Lake Store account.

Namespace:   Microsoft.Azure.Management.DataLake.Store
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Syntax

public static AzureAsyncOperationResponse BeginCreate(
    this IDataLakeStoreAccountOperations operations,
    string resourceGroupName,
    DataLakeStoreAccountCreateOrUpdateParameters parameters
)
public:
[ExtensionAttribute]
static AzureAsyncOperationResponse^ BeginCreate(
    IDataLakeStoreAccountOperations^ operations,
    String^ resourceGroupName,
    DataLakeStoreAccountCreateOrUpdateParameters^ parameters
)
static member BeginCreate : 
        operations:IDataLakeStoreAccountOperations *
        resourceGroupName:string *
        parameters:DataLakeStoreAccountCreateOrUpdateParameters -> AzureAsyncOperationResponse
<ExtensionAttribute>
Public Shared Function BeginCreate (
    operations As IDataLakeStoreAccountOperations,
    resourceGroupName As String,
    parameters As DataLakeStoreAccountCreateOrUpdateParameters
) As AzureAsyncOperationResponse

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group the account will be associated with.

Return Value

Type: Microsoft.Azure.Management.DataLake.Store.Models.AzureAsyncOperationResponse

The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure.

See Also

DataLakeStoreAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top