WorkspacesOperations interface

작업 공간 작업을 나타내는 인터페이스입니다.

속성

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

새 작업 영역을 만듭니다.

delete

작업 영역을 삭제합니다.

get

작업 영역을 가져옵니다.

listByResourceGroup

리소스 그룹 내의 모든 작업 영역을 가져옵니다.

listBySubscription

구독 내의 모든 작업 영역을 가져옵니다.

update

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

속성 세부 정보

beginCreateOrUpdate

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

속성 값

(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

beginCreateOrUpdateAndWait

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<Workspace>

속성 값

(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => Promise<Workspace>

beginDelete

경고

이 API는 이제 사용되지 않습니다.

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

속성 값

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

경고

이 API는 이제 사용되지 않습니다.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<void>

beginUpdate

경고

이 API는 이제 사용되지 않습니다.

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

속성 값

(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

beginUpdateAndWait

경고

이 API는 이제 사용되지 않습니다.

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams) => Promise<Workspace>

속성 값

(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams) => Promise<Workspace>

createOrUpdate

새 작업 영역을 만듭니다.

createOrUpdate: (resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>

속성 값

(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>

delete

작업 영역을 삭제합니다.

delete: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

작업 영역을 가져옵니다.

get: (resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams) => Promise<Workspace>

속성 값

(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams) => Promise<Workspace>

listByResourceGroup

리소스 그룹 내의 모든 작업 영역을 가져옵니다.

listByResourceGroup: (resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

속성 값

(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

listBySubscription

구독 내의 모든 작업 영역을 가져옵니다.

listBySubscription: (options?: WorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

속성 값

(options?: WorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

update

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

update: (resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>

속성 값

(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams) => PollerLike<OperationState<Workspace>, Workspace>