Partager via


DataLakeStoreAccounts class

Classe représentant un DataLakeStoreAccounts.

Constructeurs

DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)

Créez un DataLakeStoreAccounts.

Méthodes

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

Met à jour le compte Data Lake Analytics spécifié pour inclure le compte Data Lake Store supplémentaire.

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

Met à jour le compte Data Lake Analytics spécifié pour supprimer le compte Data Lake Store spécifié.

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

Obtient les détails du compte Data Lake Store spécifiés dans le compte Data Lake Analytics spécifié.

get(string, string, string, RequestOptionsBase, ServiceCallback<DataLakeStoreAccountInformation>)
get(string, string, string, ServiceCallback<DataLakeStoreAccountInformation>)
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
listByAccount(string, string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
listByAccountNext(string, ServiceCallback<DataLakeStoreAccountInformationListResult>)

Détails du constructeur

DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)

Créez un DataLakeStoreAccounts.

new DataLakeStoreAccounts(client: DataLakeAnalyticsAccountManagementClientContext)

Paramètres

client
DataLakeAnalyticsAccountManagementClientContext

Référence au client de service.

Détails de la méthode

add(string, string, string, DataLakeStoreAccountsAddOptionalParams)

Met à jour le compte Data Lake Analytics spécifié pour inclure le compte Data Lake Store supplémentaire.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à ajouter.

options
DataLakeStoreAccountsAddOptionalParams

Paramètres facultatifs

Retours

Promise<RestResponse>

Promesse<msRest.RestResponse>

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

function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: DataLakeStoreAccountsAddOptionalParams, callback: ServiceCallback<void>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à ajouter.

options
DataLakeStoreAccountsAddOptionalParams

Paramètres facultatifs

callback

ServiceCallback<void>

Rappel

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

function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à ajouter.

callback

ServiceCallback<void>

Rappel

deleteMethod(string, string, string, RequestOptionsBase)

Met à jour le compte Data Lake Analytics spécifié pour supprimer le compte Data Lake Store spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à supprimer

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<RestResponse>

Promesse<msRest.RestResponse>

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

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à supprimer

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<void>

Rappel

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

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à supprimer

callback

ServiceCallback<void>

Rappel

get(string, string, string, RequestOptionsBase)

Obtient les détails du compte Data Lake Store spécifiés dans le compte Data Lake Analytics spécifié.

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<DataLakeStoreAccountsGetResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à récupérer

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.DataLakeStoreAccountsGetResponse>

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

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<DataLakeStoreAccountInformation>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à récupérer

options
RequestOptionsBase

Paramètres facultatifs

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

function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<DataLakeStoreAccountInformation>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

dataLakeStoreAccountName

string

Nom du compte Data Lake Store à récupérer

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): Promise<DataLakeStoreAccountsListByAccountResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

options
DataLakeStoreAccountsListByAccountOptionalParams

Paramètres facultatifs

Retours

Promise<Models.DataLakeStoreAccountsListByAccountResponse>

listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)

function listByAccount(resourceGroupName: string, accountName: string, options: DataLakeStoreAccountsListByAccountOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

options
DataLakeStoreAccountsListByAccountOptionalParams

Paramètres facultatifs

listByAccount(string, string, ServiceCallback<DataLakeStoreAccountInformationListResult>)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources Azure.

accountName

string

Nom du compte Data Lake Analytics.

listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams)

Obtient la première page des comptes Data Lake Store liés au compte Data Lake Analytics spécifié. La réponse inclut un lien vers la page suivante, le cas échéant.

function listByAccountNext(nextPageLink: string, options?: DataLakeStoreAccountsListByAccountNextOptionalParams): Promise<DataLakeStoreAccountsListByAccountNextResponse>

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

Retours

Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>

listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)

function listByAccountNext(nextPageLink: string, options: DataLakeStoreAccountsListByAccountNextOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

listByAccountNext(string, ServiceCallback<DataLakeStoreAccountInformationListResult>)

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

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.