DataLakeStoreAccounts class
DataLakeStoreAccounts를 나타내는 클래스입니다.
생성자
Data |
DataLakeStoreAccounts를 만듭니다. |
메서드
생성자 세부 정보
DataLakeStoreAccounts(DataLakeAnalyticsAccountManagementClientContext)
DataLakeStoreAccounts를 만듭니다.
new DataLakeStoreAccounts(client: DataLakeAnalyticsAccountManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
add(string, string, string, DataLakeStoreAccountsAddOptionalParams)
지정한 Data Lake Analytics 계정을 업데이트 추가 Data Lake Store 계정을 포함합니다.
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
추가할 Data Lake Store 계정의 이름입니다.
선택적 매개 변수
반환
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>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
추가할 Data Lake Store 계정의 이름입니다.
선택적 매개 변수
- callback
-
ServiceCallback<void>
콜백
add(string, string, string, ServiceCallback<void>)
function add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
추가할 Data Lake Store 계정의 이름입니다.
- callback
-
ServiceCallback<void>
콜백
deleteMethod(string, string, string, RequestOptionsBase)
지정된 Data Lake Store 계정을 제거하도록 지정된 Data Lake Analytics 계정을 업데이트.
function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
제거할 Data Lake Store 계정의 이름
- options
- RequestOptionsBase
선택적 매개 변수
반환
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>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
제거할 Data Lake Store 계정의 이름
- options
- RequestOptionsBase
선택적 매개 변수
- callback
-
ServiceCallback<void>
콜백
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
제거할 Data Lake Store 계정의 이름
- callback
-
ServiceCallback<void>
콜백
get(string, string, string, RequestOptionsBase)
지정된 Data Lake Analytics 계정에서 지정된 Data Lake Store 계정 세부 정보를 가져옵니다.
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: RequestOptionsBase): Promise<DataLakeStoreAccountsGetResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
검색할 Data Lake Store 계정의 이름
- options
- RequestOptionsBase
선택적 매개 변수
반환
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>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
검색할 Data Lake Store 계정의 이름
- options
- RequestOptionsBase
선택적 매개 변수
콜백
get(string, string, string, ServiceCallback<DataLakeStoreAccountInformation>)
function get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: ServiceCallback<DataLakeStoreAccountInformation>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
- dataLakeStoreAccountName
-
string
검색할 Data Lake Store 계정의 이름
콜백
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams)
지정된 Data Lake Analytics 계정에 연결된 Data Lake Store 계정의 첫 번째 페이지를 가져옵니다. 응답에는 다음 페이지에 대한 링크(있는 경우)가 포함됩니다.
function listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): Promise<DataLakeStoreAccountsListByAccountResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
선택적 매개 변수
반환
Promise<Models.DataLakeStoreAccountsListByAccountResponse>
listByAccount(string, string, DataLakeStoreAccountsListByAccountOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccount(resourceGroupName: string, accountName: string, options: DataLakeStoreAccountsListByAccountOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
선택적 매개 변수
콜백
listByAccount(string, string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccount(resourceGroupName: string, accountName: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- accountName
-
string
Data Lake Analytics 계정의 이름입니다.
콜백
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams)
지정된 Data Lake Analytics 계정에 연결된 Data Lake Store 계정의 첫 번째 페이지를 가져옵니다. 응답에는 다음 페이지에 대한 링크(있는 경우)가 포함됩니다.
function listByAccountNext(nextPageLink: string, options?: DataLakeStoreAccountsListByAccountNextOptionalParams): Promise<DataLakeStoreAccountsListByAccountNextResponse>
매개 변수
- nextPageLink
-
string
이전의 성공적인 목록 호출 작업의 NextLink입니다.
선택적 매개 변수
반환
Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>
listByAccountNext(string, DataLakeStoreAccountsListByAccountNextOptionalParams, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccountNext(nextPageLink: string, options: DataLakeStoreAccountsListByAccountNextOptionalParams, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
매개 변수
- nextPageLink
-
string
이전의 성공적인 목록 호출 작업의 NextLink입니다.
선택적 매개 변수
콜백
listByAccountNext(string, ServiceCallback<DataLakeStoreAccountInformationListResult>)
function listByAccountNext(nextPageLink: string, callback: ServiceCallback<DataLakeStoreAccountInformationListResult>)
매개 변수
- nextPageLink
-
string
이전의 성공적인 목록 호출 작업의 NextLink입니다.
콜백