PoolsOperations interface 
Interface representing a Pools operations.
Properties
| create | Create a Pool | 
| delete | Delete a Pool | 
| get | Get a Pool | 
| list | List Pool resources by resource group | 
| list | List Pool resources by subscription ID | 
| update | Update a Pool | 
Property Details
		createOrUpdate
	 
	Create a Pool
createOrUpdate: (resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>Property Value
(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>
delete
Delete a Pool
delete: (resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>Property Value
(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Pool
get: (resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>Property Value
(resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>
		listByResourceGroup
	  
	List Pool resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>Property Value
(resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
		listBySubscription
	 
	List Pool resources by subscription ID
listBySubscription: (options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>Property Value
(options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
update
Update a Pool
update: (resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>Property Value
(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>