다음을 통해 공유


Workspaces class

작업 영역을 나타내는 클래스입니다.

생성자

Workspaces(BatchAIManagementClientContext)

작업 영역을 만듭니다.

메서드

beginCreate(string, string, WorkspaceCreateParameters, RequestOptionsBase)

작업 영역을 만듭니다.

beginDeleteMethod(string, string, RequestOptionsBase)

작업 영역을 삭제합니다.

create(string, string, WorkspaceCreateParameters, RequestOptionsBase)

작업 영역을 만듭니다.

deleteMethod(string, string, RequestOptionsBase)

작업 영역을 삭제합니다.

get(string, string, RequestOptionsBase)

작업 영역에 대한 정보를 가져옵니다.

get(string, string, RequestOptionsBase, ServiceCallback<Workspace>)
get(string, string, ServiceCallback<Workspace>)
list(ServiceCallback<WorkspaceListResult>)
list(WorkspacesListOptionalParams)

지정된 구독과 연결된 작업 영역 목록을 가져옵니다.

list(WorkspacesListOptionalParams, ServiceCallback<WorkspaceListResult>)
listByResourceGroup(string, ServiceCallback<WorkspaceListResult>)
listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

지정된 리소스 그룹 내의 작업 영역 목록을 가져옵니다.

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams, ServiceCallback<WorkspaceListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹 내의 작업 영역 목록을 가져옵니다.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)
listByResourceGroupNext(string, ServiceCallback<WorkspaceListResult>)
listNext(string, RequestOptionsBase)

지정된 구독과 연결된 작업 영역 목록을 가져옵니다.

listNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)
listNext(string, ServiceCallback<WorkspaceListResult>)
update(string, string, ServiceCallback<Workspace>)
update(string, string, WorkspacesUpdateOptionalParams)

작업 영역의 속성을 업데이트합니다.

update(string, string, WorkspacesUpdateOptionalParams, ServiceCallback<Workspace>)

생성자 세부 정보

Workspaces(BatchAIManagementClientContext)

작업 영역을 만듭니다.

new Workspaces(client: BatchAIManagementClientContext)

매개 변수

client
BatchAIManagementClientContext

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

메서드 세부 정보

beginCreate(string, string, WorkspaceCreateParameters, RequestOptionsBase)

작업 영역을 만듭니다.

function beginCreate(resourceGroupName: string, workspaceName: string, parameters: WorkspaceCreateParameters, options?: RequestOptionsBase): Promise<LROPoller>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

parameters
WorkspaceCreateParameters

작업 영역 만들기 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<@azure/ms-rest-azure-js.LROPoller>

promise<msRestAzure.LROPoller>

beginDeleteMethod(string, string, RequestOptionsBase)

작업 영역을 삭제합니다.

function beginDeleteMethod(resourceGroupName: string, workspaceName: string, options?: RequestOptionsBase): Promise<LROPoller>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<@azure/ms-rest-azure-js.LROPoller>

promise<msRestAzure.LROPoller>

create(string, string, WorkspaceCreateParameters, RequestOptionsBase)

작업 영역을 만듭니다.

function create(resourceGroupName: string, workspaceName: string, parameters: WorkspaceCreateParameters, options?: RequestOptionsBase): Promise<WorkspacesCreateResponse>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

parameters
WorkspaceCreateParameters

작업 영역 만들기 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WorkspacesCreateResponse>

deleteMethod(string, string, RequestOptionsBase)

작업 영역을 삭제합니다.

function deleteMethod(resourceGroupName: string, workspaceName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

promise<msRest.RestResponse>

get(string, string, RequestOptionsBase)

작업 영역에 대한 정보를 가져옵니다.

function get(resourceGroupName: string, workspaceName: string, options?: RequestOptionsBase): Promise<WorkspacesGetResponse>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Models.WorkspacesGetResponse를 약속<합니다.>

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

function get(resourceGroupName: string, workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<Workspace>)

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Workspace>

콜백

get(string, string, ServiceCallback<Workspace>)

function get(resourceGroupName: string, workspaceName: string, callback: ServiceCallback<Workspace>)

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

callback

ServiceCallback<Workspace>

콜백

list(ServiceCallback<WorkspaceListResult>)

function list(callback: ServiceCallback<WorkspaceListResult>)

매개 변수

list(WorkspacesListOptionalParams)

지정된 구독과 연결된 작업 영역 목록을 가져옵니다.

function list(options?: WorkspacesListOptionalParams): Promise<WorkspacesListResponse>

매개 변수

options
WorkspacesListOptionalParams

선택적 매개 변수

반환

Promise<Models.WorkspacesListResponse>

list(WorkspacesListOptionalParams, ServiceCallback<WorkspaceListResult>)

function list(options: WorkspacesListOptionalParams, callback: ServiceCallback<WorkspaceListResult>)

매개 변수

options
WorkspacesListOptionalParams

선택적 매개 변수

listByResourceGroup(string, ServiceCallback<WorkspaceListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<WorkspaceListResult>)

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

지정된 리소스 그룹 내의 작업 영역 목록을 가져옵니다.

function listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): Promise<WorkspacesListByResourceGroupResponse>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

options
WorkspacesListByResourceGroupOptionalParams

선택적 매개 변수

반환

Promise<Models.WorkspacesListByResourceGroupResponse>

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams, ServiceCallback<WorkspaceListResult>)

function listByResourceGroup(resourceGroupName: string, options: WorkspacesListByResourceGroupOptionalParams, callback: ServiceCallback<WorkspaceListResult>)

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

options
WorkspacesListByResourceGroupOptionalParams

선택적 매개 변수

listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹 내의 작업 영역 목록을 가져옵니다.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WorkspacesListByResourceGroupNextResponse>

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WorkspacesListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WorkspaceListResult>)

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroupNext(string, ServiceCallback<WorkspaceListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<WorkspaceListResult>)

매개 변수

nextPageLink

string

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

listNext(string, RequestOptionsBase)

지정된 구독과 연결된 작업 영역 목록을 가져옵니다.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WorkspacesListNextResponse>

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WorkspacesListNext응답>

listNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WorkspaceListResult>)

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

listNext(string, ServiceCallback<WorkspaceListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<WorkspaceListResult>)

매개 변수

nextPageLink

string

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

update(string, string, ServiceCallback<Workspace>)

function update(resourceGroupName: string, workspaceName: string, callback: ServiceCallback<Workspace>)

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

callback

ServiceCallback<Workspace>

콜백

update(string, string, WorkspacesUpdateOptionalParams)

작업 영역의 속성을 업데이트합니다.

function update(resourceGroupName: string, workspaceName: string, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

options
WorkspacesUpdateOptionalParams

선택적 매개 변수

반환

Models.WorkspacesUpdateResponse를 약속<합니다.>

update(string, string, WorkspacesUpdateOptionalParams, ServiceCallback<Workspace>)

function update(resourceGroupName: string, workspaceName: string, options: WorkspacesUpdateOptionalParams, callback: ServiceCallback<Workspace>)

매개 변수

resourceGroupName

string

리소스가 속한 리소스 그룹의 이름입니다.

workspaceName

string

작업 영역의 이름입니다. 작업 영역 이름은 대시(-) 및 밑줄(_)과 함께 영숫자 문자의 조합만 포함할 수 있습니다. 이름은 1~64자여야 합니다.

options
WorkspacesUpdateOptionalParams

선택적 매개 변수

callback

ServiceCallback<Workspace>

콜백