NodePoolsOperations interface
Interface representing a NodePools operations.
Properties
| create |
Create a NodePool |
| delete | |
| get | Get a NodePool |
| list |
List NodePool resources by Supercomputer |
| update | Update a NodePool |
Property Details
createOrUpdate
Create a NodePool
createOrUpdate: (resourceGroupName: string, supercomputerName: string, nodePoolName: string, resource: NodePool, options?: NodePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NodePool>, NodePool>
Property Value
(resourceGroupName: string, supercomputerName: string, nodePoolName: string, resource: NodePool, options?: NodePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NodePool>, NodePool>
delete
delete: (resourceGroupName: string, supercomputerName: string, nodePoolName: string, options?: NodePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, supercomputerName: string, nodePoolName: string, options?: NodePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a NodePool
get: (resourceGroupName: string, supercomputerName: string, nodePoolName: string, options?: NodePoolsGetOptionalParams) => Promise<NodePool>
Property Value
(resourceGroupName: string, supercomputerName: string, nodePoolName: string, options?: NodePoolsGetOptionalParams) => Promise<NodePool>
listBySupercomputer
List NodePool resources by Supercomputer
listBySupercomputer: (resourceGroupName: string, supercomputerName: string, options?: NodePoolsListBySupercomputerOptionalParams) => PagedAsyncIterableIterator<NodePool, NodePool[], PageSettings>
Property Value
(resourceGroupName: string, supercomputerName: string, options?: NodePoolsListBySupercomputerOptionalParams) => PagedAsyncIterableIterator<NodePool, NodePool[], PageSettings>
update
Update a NodePool
update: (resourceGroupName: string, supercomputerName: string, nodePoolName: string, properties: NodePoolUpdate, options?: NodePoolsUpdateOptionalParams) => PollerLike<OperationState<NodePool>, NodePool>
Property Value
(resourceGroupName: string, supercomputerName: string, nodePoolName: string, properties: NodePoolUpdate, options?: NodePoolsUpdateOptionalParams) => PollerLike<OperationState<NodePool>, NodePool>