次の方法で共有


StorageAccounts class

StorageAccounts を表すクラス。

コンストラクター

StorageAccounts(DataLakeAnalyticsAccountManagementClientContext)

StorageAccounts を作成します。

メソッド

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase)

指定したData Lake Analytics アカウントを更新して、Azure Storage アカウントを追加します。

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase, ServiceCallback<void>)
add(string, string, string, AddStorageAccountParameters, ServiceCallback<void>)
deleteMethod(string, string, string, RequestOptionsBase)

指定したData Lake Analytics アカウントを更新して、Azure Storage アカウントを削除します。

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

指定したData Lake Analytics アカウントにリンクされている指定された Azure Storage アカウントを取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<StorageAccountInformation>)
get(string, string, string, ServiceCallback<StorageAccountInformation>)
getStorageContainer(string, string, string, string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントに関連付けられている指定された Azure Storage コンテナーを取得します。

getStorageContainer(string, string, string, string, RequestOptionsBase, ServiceCallback<StorageContainer>)
getStorageContainer(string, string, string, string, ServiceCallback<StorageContainer>)
listByAccount(string, string, ServiceCallback<StorageAccountInformationListResult>)
listByAccount(string, string, StorageAccountsListByAccountOptionalParams)

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

listByAccount(string, string, StorageAccountsListByAccountOptionalParams, ServiceCallback<StorageAccountInformationListResult>)
listByAccountNext(string, ServiceCallback<StorageAccountInformationListResult>)
listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams)

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

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams, ServiceCallback<StorageAccountInformationListResult>)
listSasTokens(string, string, string, string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントとコンテナーの組み合わせに関連付けられている SAS トークンを取得します。

listSasTokens(string, string, string, string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)
listSasTokens(string, string, string, string, ServiceCallback<SasTokenInformationListResult>)
listSasTokensNext(string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントとコンテナーの組み合わせに関連付けられている SAS トークンを取得します。

listSasTokensNext(string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)
listSasTokensNext(string, ServiceCallback<SasTokenInformationListResult>)
listStorageContainers(string, string, string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントの組み合わせに関連付けられている Azure Storage コンテナー (存在する場合) を一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

listStorageContainers(string, string, string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)
listStorageContainers(string, string, string, ServiceCallback<StorageContainerListResult>)
listStorageContainersNext(string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントの組み合わせに関連付けられている Azure Storage コンテナー (存在する場合) を一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

listStorageContainersNext(string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)
listStorageContainersNext(string, ServiceCallback<StorageContainerListResult>)
update(string, string, string, ServiceCallback<void>)
update(string, string, string, StorageAccountsUpdateOptionalParams)

Data Lake Analytics アカウントを更新して、アクセス キーやサフィックスなどの Azure Storage BLOB アカウントの詳細を置き換えます。

update(string, string, string, StorageAccountsUpdateOptionalParams, ServiceCallback<void>)

コンストラクターの詳細

StorageAccounts(DataLakeAnalyticsAccountManagementClientContext)

StorageAccounts を作成します。

new StorageAccounts(client: DataLakeAnalyticsAccountManagementClientContext)

パラメーター

client
DataLakeAnalyticsAccountManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase)

指定したData Lake Analytics アカウントを更新して、Azure Storage アカウントを追加します。

function add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

追加する Azure Storage アカウントの名前

parameters
AddStorageAccountParameters

Azure ストレージ アカウントのアクセス キーと省略可能なサフィックスを含むパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

add(string, string, string, AddStorageAccountParameters, RequestOptionsBase, ServiceCallback<void>)

function add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

追加する Azure Storage アカウントの名前

parameters
AddStorageAccountParameters

Azure ストレージ アカウントのアクセス キーと省略可能なサフィックスを含むパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

add(string, string, string, AddStorageAccountParameters, ServiceCallback<void>)

function add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

追加する Azure Storage アカウントの名前

parameters
AddStorageAccountParameters

Azure ストレージ アカウントのアクセス キーと省略可能なサフィックスを含むパラメーター。

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, string, RequestOptionsBase)

指定したData Lake Analytics アカウントを更新して、Azure Storage アカウントを削除します。

function deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

削除する Azure Storage アカウントの名前

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

削除する Azure Storage アカウントの名前

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

削除する Azure Storage アカウントの名前

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

指定したData Lake Analytics アカウントにリンクされている指定された Azure Storage アカウントを取得します。

function get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: RequestOptionsBase): Promise<StorageAccountsGetResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

詳細を取得する Azure Storage アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<StorageAccountInformation>)

function get(resourceGroupName: string, accountName: string, storageAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<StorageAccountInformation>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

詳細を取得する Azure Storage アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<StorageAccountInformation>

コールバック。

get(string, string, string, ServiceCallback<StorageAccountInformation>)

function get(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<StorageAccountInformation>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

詳細を取得する Azure Storage アカウントの名前。

callback

ServiceCallback<StorageAccountInformation>

コールバック。

getStorageContainer(string, string, string, string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントに関連付けられている指定された Azure Storage コンテナーを取得します。

function getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: RequestOptionsBase): Promise<StorageAccountsGetStorageContainerResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

BLOB コンテナーの取得元となる Azure ストレージ アカウントの名前。

containerName

string

取得する Azure ストレージ コンテナーの名前

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsGetStorageContainerResponse>

getStorageContainer(string, string, string, string, RequestOptionsBase, ServiceCallback<StorageContainer>)

function getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: RequestOptionsBase, callback: ServiceCallback<StorageContainer>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

BLOB コンテナーの取得元となる Azure ストレージ アカウントの名前。

containerName

string

取得する Azure ストレージ コンテナーの名前

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<StorageContainer>

コールバック。

getStorageContainer(string, string, string, string, ServiceCallback<StorageContainer>)

function getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: ServiceCallback<StorageContainer>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

BLOB コンテナーの取得元となる Azure ストレージ アカウントの名前。

containerName

string

取得する Azure ストレージ コンテナーの名前

callback

ServiceCallback<StorageContainer>

コールバック。

listByAccount(string, string, ServiceCallback<StorageAccountInformationListResult>)

function listByAccount(resourceGroupName: string, accountName: string, callback: ServiceCallback<StorageAccountInformationListResult>)

パラメーター

resourceGroupName

string

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

accountName

string

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

callback

ServiceCallback<StorageAccountInformationListResult>

コールバック。

listByAccount(string, string, StorageAccountsListByAccountOptionalParams)

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

function listByAccount(resourceGroupName: string, accountName: string, options?: StorageAccountsListByAccountOptionalParams): Promise<StorageAccountsListByAccountResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

options
StorageAccountsListByAccountOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsListByAccountResponse>

listByAccount(string, string, StorageAccountsListByAccountOptionalParams, ServiceCallback<StorageAccountInformationListResult>)

function listByAccount(resourceGroupName: string, accountName: string, options: StorageAccountsListByAccountOptionalParams, callback: ServiceCallback<StorageAccountInformationListResult>)

パラメーター

resourceGroupName

string

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

accountName

string

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

options
StorageAccountsListByAccountOptionalParams

省略可能なパラメーター

callback

ServiceCallback<StorageAccountInformationListResult>

コールバック。

listByAccountNext(string, ServiceCallback<StorageAccountInformationListResult>)

function listByAccountNext(nextPageLink: string, callback: ServiceCallback<StorageAccountInformationListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<StorageAccountInformationListResult>

コールバック。

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams)

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

function listByAccountNext(nextPageLink: string, options?: StorageAccountsListByAccountNextOptionalParams): Promise<StorageAccountsListByAccountNextResponse>

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
StorageAccountsListByAccountNextOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsListByAccountNextResponse>

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams, ServiceCallback<StorageAccountInformationListResult>)

function listByAccountNext(nextPageLink: string, options: StorageAccountsListByAccountNextOptionalParams, callback: ServiceCallback<StorageAccountInformationListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
StorageAccountsListByAccountNextOptionalParams

省略可能なパラメーター

callback

ServiceCallback<StorageAccountInformationListResult>

コールバック。

listSasTokens(string, string, string, string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントとコンテナーの組み合わせに関連付けられている SAS トークンを取得します。

function listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: RequestOptionsBase): Promise<StorageAccountsListSasTokensResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

SAS トークンが要求されている Azure ストレージ アカウントの名前。

containerName

string

SAS トークンが要求される Azure ストレージ コンテナーの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsListSasTokensResponse>

listSasTokens(string, string, string, string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)

function listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: RequestOptionsBase, callback: ServiceCallback<SasTokenInformationListResult>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

SAS トークンが要求されている Azure ストレージ アカウントの名前。

containerName

string

SAS トークンが要求される Azure ストレージ コンテナーの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SasTokenInformationListResult>

コールバック。

listSasTokens(string, string, string, string, ServiceCallback<SasTokenInformationListResult>)

function listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: ServiceCallback<SasTokenInformationListResult>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

SAS トークンが要求されている Azure ストレージ アカウントの名前。

containerName

string

SAS トークンが要求される Azure ストレージ コンテナーの名前。

callback

ServiceCallback<SasTokenInformationListResult>

コールバック。

listSasTokensNext(string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントとコンテナーの組み合わせに関連付けられている SAS トークンを取得します。

function listSasTokensNext(nextPageLink: string, options?: RequestOptionsBase): Promise<StorageAccountsListSasTokensNextResponse>

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsListSasTokensNextResponse>

listSasTokensNext(string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)

function listSasTokensNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SasTokenInformationListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SasTokenInformationListResult>

コールバック。

listSasTokensNext(string, ServiceCallback<SasTokenInformationListResult>)

function listSasTokensNext(nextPageLink: string, callback: ServiceCallback<SasTokenInformationListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<SasTokenInformationListResult>

コールバック。

listStorageContainers(string, string, string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントの組み合わせに関連付けられている Azure Storage コンテナー (存在する場合) を一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

function listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: RequestOptionsBase): Promise<StorageAccountsListStorageContainersResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

BLOB コンテナーを一覧表示する Azure ストレージ アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsListStorageContainersResponse>

listStorageContainers(string, string, string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)

function listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<StorageContainerListResult>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

BLOB コンテナーを一覧表示する Azure ストレージ アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<StorageContainerListResult>

コールバック。

listStorageContainers(string, string, string, ServiceCallback<StorageContainerListResult>)

function listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<StorageContainerListResult>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

BLOB コンテナーを一覧表示する Azure ストレージ アカウントの名前。

callback

ServiceCallback<StorageContainerListResult>

コールバック。

listStorageContainersNext(string, RequestOptionsBase)

指定したData Lake Analyticsと Azure Storage アカウントの組み合わせに関連付けられている Azure Storage コンテナー (存在する場合) を一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

function listStorageContainersNext(nextPageLink: string, options?: RequestOptionsBase): Promise<StorageAccountsListStorageContainersNextResponse>

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.StorageAccountsListStorageContainersNextResponse>

listStorageContainersNext(string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)

function listStorageContainersNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<StorageContainerListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<StorageContainerListResult>

コールバック。

listStorageContainersNext(string, ServiceCallback<StorageContainerListResult>)

function listStorageContainersNext(nextPageLink: string, callback: ServiceCallback<StorageContainerListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<StorageContainerListResult>

コールバック。

update(string, string, string, ServiceCallback<void>)

function update(resourceGroupName: string, accountName: string, storageAccountName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

変更する Azure Storage アカウント

callback

ServiceCallback<void>

コールバック。

update(string, string, string, StorageAccountsUpdateOptionalParams)

Data Lake Analytics アカウントを更新して、アクセス キーやサフィックスなどの Azure Storage BLOB アカウントの詳細を置き換えます。

function update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsUpdateOptionalParams): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

変更する Azure Storage アカウント

options
StorageAccountsUpdateOptionalParams

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

update(string, string, string, StorageAccountsUpdateOptionalParams, ServiceCallback<void>)

function update(resourceGroupName: string, accountName: string, storageAccountName: string, options: StorageAccountsUpdateOptionalParams, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

accountName

string

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

storageAccountName

string

変更する Azure Storage アカウント

options
StorageAccountsUpdateOptionalParams

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。