InstancePoolsOperations interface

Interface representing a InstancePools operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Creates or updates an instance pool.

delete

Deletes an instance pool

get

Gets an instance pool.

list

Gets a list of all instance pools in the subscription.

listByResourceGroup

Gets a list of instance pools in the resource group

update

Updates an instance pool.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>

Property Value

(resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<InstancePool>

Property Value

(resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<InstancePool>

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>

Property Value

(resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<InstancePool>

Property Value

(resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<InstancePool>

createOrUpdate

Creates or updates an instance pool.

createOrUpdate: (resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>

Property Value

(resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>

delete

Deletes an instance pool

delete: (resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets an instance pool.

get: (resourceGroupName: string, instancePoolName: string, options?: InstancePoolsGetOptionalParams) => Promise<InstancePool>

Property Value

(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsGetOptionalParams) => Promise<InstancePool>

list

Gets a list of all instance pools in the subscription.

list: (options?: InstancePoolsListOptionalParams) => PagedAsyncIterableIterator<InstancePool, InstancePool[], PageSettings>

Property Value

(options?: InstancePoolsListOptionalParams) => PagedAsyncIterableIterator<InstancePool, InstancePool[], PageSettings>

listByResourceGroup

Gets a list of instance pools in the resource group

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

Property Value

(resourceGroupName: string, options?: InstancePoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InstancePool, InstancePool[], PageSettings>

update

Updates an instance pool.

update: (resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>

Property Value

(resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>