다음을 통해 공유


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 Storage 계정에 대한 액세스 키 및 선택적 접미사를 포함하는 매개 변수입니다.

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 Storage 계정에 대한 액세스 키 및 선택적 접미사를 포함하는 매개 변수입니다.

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 Storage 계정에 대한 액세스 키 및 선택적 접미사를 포함하는 매개 변수입니다.

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

선택적 매개 변수

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 계정의 이름입니다.

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 Storage 계정의 이름입니다.

containerName

string

검색할 Azure Storage 컨테이너의 이름

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 Storage 계정의 이름입니다.

containerName

string

검색할 Azure Storage 컨테이너의 이름

options
RequestOptionsBase

선택적 매개 변수

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 Storage 계정의 이름입니다.

containerName

string

검색할 Azure Storage 컨테이너의 이름

listByAccount(string, string, ServiceCallback<StorageAccountInformationListResult>)

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

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

accountName

string

Data Lake Analytics 계정의 이름입니다.

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

선택적 매개 변수

listByAccountNext(string, ServiceCallback<StorageAccountInformationListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams)

지정된 Data Lake Analytics 계정에 연결된 Azure Storage 계정의 첫 번째 페이지(있는 경우)를 가져옵니다. 응답에는 다음 페이지(있는 경우)에 대한 링크가 포함됩니다.

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
StorageAccountsListByAccountNextOptionalParams

선택적 매개 변수

반환

Promise<Models.StorageAccountsListByAccountNextResponse>

listByAccountNext(string, StorageAccountsListByAccountNextOptionalParams, ServiceCallback<StorageAccountInformationListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
StorageAccountsListByAccountNextOptionalParams

선택적 매개 변수

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 Storage 계정의 이름입니다.

containerName

string

SAS 토큰이 요청되는 Azure Storage 컨테이너의 이름입니다.

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 Storage 계정의 이름입니다.

containerName

string

SAS 토큰이 요청되는 Azure Storage 컨테이너의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

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 Storage 계정의 이름입니다.

containerName

string

SAS 토큰이 요청되는 Azure Storage 컨테이너의 이름입니다.

listSasTokensNext(string, RequestOptionsBase)

지정된 Data Lake Analytics 및 Azure Storage 계정 및 컨테이너 조합과 연결된 SAS 토큰을 가져옵니다.

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.StorageAccountsListSasTokensNextResponse>

listSasTokensNext(string, RequestOptionsBase, ServiceCallback<SasTokenInformationListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listSasTokensNext(string, ServiceCallback<SasTokenInformationListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

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 Storage 계정의 이름입니다.

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 Storage 계정의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

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 Storage 계정의 이름입니다.

listStorageContainersNext(string, RequestOptionsBase)

지정된 Data Lake Analytics 및 Azure Storage 계정 조합과 연결된 Azure Storage 컨테이너(있는 경우)를 나열합니다. 응답에는 결과의 다음 페이지(있는 경우)에 대한 링크가 포함됩니다.

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.StorageAccountsListStorageContainersNextResponse>

listStorageContainersNext(string, RequestOptionsBase, ServiceCallback<StorageContainerListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listStorageContainersNext(string, ServiceCallback<StorageContainerListResult>)

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

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

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>

콜백