次の方法で共有


AccountsOperationsExtensions.BeginCreate メソッド

定義

指定したData Lake Analytics アカウントを作成します。 これにより、ユーザーはData Lake Analyticsワークロードの計算サービスを利用できるようになります。

public static Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount BeginCreate (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateDataLakeAnalyticsAccountParameters parameters);
static member BeginCreate : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateDataLakeAnalyticsAccountParameters -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount
<Extension()>
Public Function BeginCreate (operations As IAccountsOperations, resourceGroupName As String, accountName As String, parameters As CreateDataLakeAnalyticsAccountParameters) As DataLakeAnalyticsAccount

パラメーター

operations
IAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Analytics アカウントの名前。

parameters
CreateDataLakeAnalyticsAccountParameters

新しいData Lake Analytics アカウントを作成するために指定されたパラメーター。

戻り値

適用対象