다음을 통해 공유


LinkedWorkspaceOperations interface

LinkedWorkspaceOperations를 나타내는 인터페이스입니다.

메서드

get(string, string, LinkedWorkspaceGetOptionalParams)

계정 ID에 대한 연결된 작업 영역을 검색합니다.

메서드 세부 정보

get(string, string, LinkedWorkspaceGetOptionalParams)

계정 ID에 대한 연결된 작업 영역을 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, options?: LinkedWorkspaceGetOptionalParams): Promise<LinkedWorkspace>

매개 변수

resourceGroupName

string

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

automationAccountName

string

자동화 계정의 이름입니다.

options
LinkedWorkspaceGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<LinkedWorkspace>