다음을 통해 공유


PoolsOperations interface

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

속성

createOrUpdate

풀 만들기

delete

풀 삭제

get

풀 가져오기

listByResourceGroup

리소스 그룹별 풀 리소스 나열

listBySubscription

구독 ID별 풀 리소스 나열

update

풀 업데이트

속성 세부 정보

createOrUpdate

풀 만들기

createOrUpdate: (resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>

속성 값

(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>

delete

풀 삭제

delete: (resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

풀 가져오기

get: (resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>

속성 값

(resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>

listByResourceGroup

리소스 그룹별 풀 리소스 나열

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

속성 값

(resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>

listBySubscription

구독 ID별 풀 리소스 나열

listBySubscription: (options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>

속성 값

(options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>

update

풀 업데이트

update: (resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>

속성 값

(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>