NodePoolsOperations interface

Rozhraní reprezentující operace NodePools.

Vlastnosti

createOrUpdate

Vytvořte NodePool

delete
get

Získejte NodePool

listBySupercomputer

Seznam zdrojů NodePool podle superpočítače

update

Aktualizovat NodePool

Podrobnosti vlastnosti

createOrUpdate

Vytvořte NodePool

createOrUpdate: (resourceGroupName: string, supercomputerName: string, nodePoolName: string, resource: NodePool, options?: NodePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NodePool>, NodePool>

Hodnota vlastnosti

(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>

Hodnota vlastnosti

(resourceGroupName: string, supercomputerName: string, nodePoolName: string, options?: NodePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Získejte NodePool

get: (resourceGroupName: string, supercomputerName: string, nodePoolName: string, options?: NodePoolsGetOptionalParams) => Promise<NodePool>

Hodnota vlastnosti

(resourceGroupName: string, supercomputerName: string, nodePoolName: string, options?: NodePoolsGetOptionalParams) => Promise<NodePool>

listBySupercomputer

Seznam zdrojů NodePool podle superpočítače

listBySupercomputer: (resourceGroupName: string, supercomputerName: string, options?: NodePoolsListBySupercomputerOptionalParams) => PagedAsyncIterableIterator<NodePool, NodePool[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, supercomputerName: string, options?: NodePoolsListBySupercomputerOptionalParams) => PagedAsyncIterableIterator<NodePool, NodePool[], PageSettings>

update

Aktualizovat NodePool

update: (resourceGroupName: string, supercomputerName: string, nodePoolName: string, properties: NodePoolUpdate, options?: NodePoolsUpdateOptionalParams) => PollerLike<OperationState<NodePool>, NodePool>

Hodnota vlastnosti

(resourceGroupName: string, supercomputerName: string, nodePoolName: string, properties: NodePoolUpdate, options?: NodePoolsUpdateOptionalParams) => PollerLike<OperationState<NodePool>, NodePool>