次の方法で共有


DataLakeStoreAccounts interface

DataLakeStoreAccounts を表すインターフェイス。

メソッド

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

指定したData Lake Analytics アカウントを更新して、追加の Data Lake Store アカウントを含めます。

delete(string, string, string, DataLakeStoreAccountsDeleteOptionalParams)

指定した Data Lake Store アカウントを削除するために指定したData Lake Analytics アカウントを更新します。

get(string, string, string, DataLakeStoreAccountsGetOptionalParams)

指定したData Lake Analytics アカウント内の指定した Data Lake Store アカウントの詳細を取得します。

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

指定したData Lake Analytics アカウントにリンクされている Data Lake Store アカウントの最初のページを取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。

メソッドの詳細

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

指定したData Lake Analytics アカウントを更新して、追加の Data Lake Store アカウントを含めます。

function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

accountName

string

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

dataLakeStoreAccountName

string

追加する Data Lake Store アカウントの名前。

options
DataLakeStoreAccountsAddOptionalParams

options パラメーター。

戻り値

Promise<void>

delete(string, string, string, DataLakeStoreAccountsDeleteOptionalParams)

指定した Data Lake Store アカウントを削除するために指定したData Lake Analytics アカウントを更新します。

function delete(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

accountName

string

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

dataLakeStoreAccountName

string

削除する Data Lake Store アカウントの名前

options
DataLakeStoreAccountsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, DataLakeStoreAccountsGetOptionalParams)

指定したData Lake Analytics アカウント内の指定した Data Lake Store アカウントの詳細を取得します。

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsGetOptionalParams): Promise<DataLakeStoreAccountInformation>

パラメーター

resourceGroupName

string

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

accountName

string

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

dataLakeStoreAccountName

string

取得する Data Lake Store アカウントの名前

options
DataLakeStoreAccountsGetOptionalParams

options パラメーター。

戻り値

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

指定したData Lake Analytics アカウントにリンクされている Data Lake Store アカウントの最初のページを取得します。 応答には、次のページへのリンク (存在する場合) が含まれます。

function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<DataLakeStoreAccountInformation, DataLakeStoreAccountInformation[], PageSettings>

パラメーター

resourceGroupName

string

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

accountName

string

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

options
DataLakeStoreAccountsListByAccountOptionalParams

options パラメーター。

戻り値