BatchEndpointsOperations interface
배치 엔드포인트 연산을 나타내는 인터페이스입니다.
속성
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
일괄 처리 유추 엔드포인트(비동기)를 만듭니다. |
| delete | 일괄 처리 유추 엔드포인트를 삭제합니다(비동기). |
| get | 이름으로 일괄 처리 유추 엔드포인트를 가져옵니다. |
| list | 작업 영역의 Batch 유추 엔드포인트를 나열합니다. |
| list |
배치 추론 엔드포인트 키를 나열합니다. |
| update | 일괄 처리 유추 엔드포인트를 업데이트합니다(비동기). |
속성 세부 정보
beginCreateOrUpdate
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
beginCreateOrUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<BatchEndpoint>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<BatchEndpoint>
beginDelete
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<void>
beginUpdate
경고
이 API는 이제 사용되지 않습니다.
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
beginUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<BatchEndpoint>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<BatchEndpoint>
createOrUpdate
일괄 처리 유추 엔드포인트(비동기)를 만듭니다.
createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>
delete
일괄 처리 유추 엔드포인트를 삭제합니다(비동기).
delete: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
이름으로 일괄 처리 유추 엔드포인트를 가져옵니다.
get: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams) => Promise<BatchEndpoint>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams) => Promise<BatchEndpoint>
list
작업 영역의 Batch 유추 엔드포인트를 나열합니다.
list: (resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams) => PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>
속성 값
(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams) => PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>
listKeys
배치 추론 엔드포인트 키를 나열합니다.
listKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>
update
일괄 처리 유추 엔드포인트를 업데이트합니다(비동기).
update: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>
속성 값
(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>