LinkedStorageAccounts interface
LinkedStorageAccounts를 나타내는 인터페이스입니다.
메서드
| create |
현재 작업 영역과 특정 데이터 원본 유형의 스토리지 계정 그룹 간에 연결 관계를 만들거나 업데이트합니다. |
| delete(string, string, Data |
지정된 작업 영역과 연결된 특정 데이터 원본 유형의 연결된 스토리지 계정을 모두 삭제합니다. |
| get(string, string, Data |
지정된 작업 영역과 연결된 특정 데이터 원본 형식의 연결된 스토리지 계정을 모두 가져옵니다. |
| list |
지정된 작업 영역과 연결된 모든 연결된 스토리지 계정을 가져오며, 스토리지 계정은 해당 데이터 원본 유형별로 정렬됩니다. |
메서드 세부 정보
createOrUpdate(string, string, DataSourceType, LinkedStorageAccountsResource, LinkedStorageAccountsCreateOrUpdateOptionalParams)
현재 작업 영역과 특정 데이터 원본 유형의 스토리지 계정 그룹 간에 연결 관계를 만들거나 업데이트합니다.
function createOrUpdate(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, parameters: LinkedStorageAccountsResource, options?: LinkedStorageAccountsCreateOrUpdateOptionalParams): Promise<LinkedStorageAccountsResource>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- dataSourceType
- DataSourceType
연결된 스토리지 계정 유형입니다.
- parameters
- LinkedStorageAccountsResource
연결된 스토리지 계정을 만들거나 업데이트하는 데 필요한 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<LinkedStorageAccountsResource>
delete(string, string, DataSourceType, LinkedStorageAccountsDeleteOptionalParams)
지정된 작업 영역과 연결된 특정 데이터 원본 유형의 연결된 스토리지 계정을 모두 삭제합니다.
function delete(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- dataSourceType
- DataSourceType
연결된 스토리지 계정 유형입니다.
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, DataSourceType, LinkedStorageAccountsGetOptionalParams)
지정된 작업 영역과 연결된 특정 데이터 원본 형식의 연결된 스토리지 계정을 모두 가져옵니다.
function get(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsGetOptionalParams): Promise<LinkedStorageAccountsResource>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- dataSourceType
- DataSourceType
연결된 스토리지 계정 유형입니다.
옵션 매개 변수입니다.
반환
Promise<LinkedStorageAccountsResource>
listByWorkspace(string, string, LinkedStorageAccountsListByWorkspaceOptionalParams)
지정된 작업 영역과 연결된 모든 연결된 스토리지 계정을 가져오며, 스토리지 계정은 해당 데이터 원본 유형별로 정렬됩니다.
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LinkedStorageAccountsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedStorageAccountsResource, LinkedStorageAccountsResource[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
옵션 매개 변수입니다.