LinkedServices interface
LinkedServices를 나타내는 인터페이스입니다.
메서드
| begin |
연결된 서비스를 만들거나 업데이트합니다. |
| begin |
연결된 서비스를 만들거나 업데이트합니다. |
| begin |
연결된 서비스 인스턴스를 삭제합니다. |
| begin |
연결된 서비스 인스턴스를 삭제합니다. |
| get(string, string, string, Linked |
연결된 서비스 인스턴스를 가져옵니다. |
| list |
작업 영역에서 연결된 서비스 인스턴스를 가져옵니다. |
메서드 세부 정보
beginCreateOrUpdate(string, string, string, LinkedService, LinkedServicesCreateOrUpdateOptionalParams)
연결된 서비스를 만들거나 업데이트합니다.
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LinkedService>, LinkedService>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- linkedServiceName
-
string
linkedServices 리소스의 이름
- parameters
- LinkedService
연결된 서비스를 만들거나 업데이트하는 데 필요한 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<LinkedService>, LinkedService>>
beginCreateOrUpdateAndWait(string, string, string, LinkedService, LinkedServicesCreateOrUpdateOptionalParams)
연결된 서비스를 만들거나 업데이트합니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<LinkedService>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- linkedServiceName
-
string
linkedServices 리소스의 이름
- parameters
- LinkedService
연결된 서비스를 만들거나 업데이트하는 데 필요한 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<LinkedService>
beginDelete(string, string, string, LinkedServicesDeleteOptionalParams)
연결된 서비스 인스턴스를 삭제합니다.
function beginDelete(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LinkedService>, LinkedService>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- linkedServiceName
-
string
연결된 서비스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<LinkedService>, LinkedService>>
beginDeleteAndWait(string, string, string, LinkedServicesDeleteOptionalParams)
연결된 서비스 인스턴스를 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<LinkedService>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- linkedServiceName
-
string
연결된 서비스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<LinkedService>
get(string, string, string, LinkedServicesGetOptionalParams)
연결된 서비스 인스턴스를 가져옵니다.
function get(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams): Promise<LinkedService>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
- linkedServiceName
-
string
연결된 서비스의 이름입니다.
- options
- LinkedServicesGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<LinkedService>
listByWorkspace(string, string, LinkedServicesListByWorkspaceOptionalParams)
작업 영역에서 연결된 서비스 인스턴스를 가져옵니다.
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LinkedServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedService, LinkedService[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
작업 영역의 이름입니다.
옵션 매개 변수입니다.