다음을 통해 공유


LinkedWorkspaceOperations class

LinkedWorkspaceOperations를 나타내는 클래스입니다.

생성자

LinkedWorkspaceOperations(AutomationClientContext)

LinkedWorkspaceOperations를 만듭니다.

메서드

get(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<LinkedWorkspace>)
get(string, string, ServiceCallback<LinkedWorkspace>)

생성자 세부 정보

LinkedWorkspaceOperations(AutomationClientContext)

LinkedWorkspaceOperations를 만듭니다.

new LinkedWorkspaceOperations(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

get(string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<LinkedWorkspaceGetResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.LinkedWorkspaceGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<LinkedWorkspace>)

function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<LinkedWorkspace>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<LinkedWorkspace>

콜백

get(string, string, ServiceCallback<LinkedWorkspace>)

function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<LinkedWorkspace>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

callback

ServiceCallback<LinkedWorkspace>

콜백