DataLakeStoreAccounts class
Klasse die een DataLakeStoreAccounts vertegenwoordigt.
Constructors
Data |
Maak een DataLakeStoreAccounts. |
Methoden
Constructordetails
DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)
Maak een DataLakeStoreAccounts.
new DataLakeStoreAccounts(client: DataLakeAnalyticsAccountManagementClientContext)
Parameters
Verwijzing naar de serviceclient.
Methodedetails
add(string, string, string, DataLakeStoreAccountsAddOptionalParams)
Hiermee wordt het opgegeven Data Lake Analytics-account bijgewerkt om het extra Data Lake Store-account op te nemen.
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<RestResponse>
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat u wilt toevoegen.
De optionele parameters
Retouren
Promise<RestResponse>
Promise<msRest.RestResponse>
add(string, string, string, DataLakeStoreAccountsAddOptionalParams, ServiceCallback<void>)
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: DataLakeStoreAccountsAddOptionalParams, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat u wilt toevoegen.
De optionele parameters
- callback
-
ServiceCallback<void>
De callback
add(string, string, string, ServiceCallback<void>)
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat u wilt toevoegen.
- callback
-
ServiceCallback<void>
De callback
deleteMethod(string, string, string, RequestOptionsBase)
Hiermee wordt het Data Lake Analytics-account bijgewerkt dat is opgegeven om het opgegeven Data Lake Store-account te verwijderen.
function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat u wilt verwijderen
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat u wilt verwijderen
- options
- RequestOptionsBase
De optionele parameters
- callback
-
ServiceCallback<void>
De callback
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat u wilt verwijderen
- callback
-
ServiceCallback<void>
De callback
get(string, string, string, RequestOptionsBase)
Hiermee haalt u de opgegeven Data Lake Store-accountgegevens op in het opgegeven Data Lake Analytics-account.
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<DataLakeStoreAccountsGetResponse>
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat moet worden opgehaald
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<DataLakeStoreAccountsGetResponse>
Promise<Models.DataLakeStoreAccountsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DataLakeStoreAccountInformation>)
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<DataLakeStoreAccountInformation>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat moet worden opgehaald
- options
- RequestOptionsBase
De optionele parameters
De callback
get(string, string, string, ServiceCallback<DataLakeStoreAccountInformation>)
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<DataLakeStoreAccountInformation>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
- dataLakeStoreAccountName
-
string
De naam van het Data Lake Store-account dat moet worden opgehaald
De callback
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)
Hiermee haalt u de eerste pagina op van Data Lake Store-accounts die zijn gekoppeld aan het opgegeven Data Lake Analytics-account. Het antwoord bevat een koppeling naar de volgende pagina, indien van toepassing.
function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): Promise<DataLakeStoreAccountsListByAccountResponse>
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
De optionele parameters
Retouren
Promise<Models.DataLakeStoreAccountsListByAccountResponse>
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccount(resourceGroupName: string, accountName: string, options: DataLakeStoreAccountsListByAccountOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
De optionele parameters
De callback
listByAccount(string, string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccount(resourceGroupName: string, accountName: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- resourceGroupName
-
string
De naam van de Azure-resourcegroep.
- accountName
-
string
De naam van het Data Lake Analytics-account.
De callback
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams)
Hiermee haalt u de eerste pagina op van Data Lake Store-accounts die zijn gekoppeld aan het opgegeven Data Lake Analytics-account. Het antwoord bevat een koppeling naar de volgende pagina, indien van toepassing.
function listByAccountNext(nextPageLink: string, options?: DataLakeStoreAccountsListByAccountNextOptionalParams): Promise<DataLakeStoreAccountsListByAccountNextResponse>
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De optionele parameters
Retouren
Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccountNext(nextPageLink: string, options: DataLakeStoreAccountsListByAccountNextOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De optionele parameters
De callback
listByAccountNext(string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccountNext(nextPageLink: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
De callback