SupercomputersOperations interface

Rozhraní reprezentující operace superpočítače.

Vlastnosti

createOrUpdate

Vytvořte superpočítač

delete
get

Pořiďte si superpočítač

listByResourceGroup

Seznam zdrojů superpočítačů podle skupiny zdrojů

listBySubscription

Seznam zdrojů superpočítačů podle ID předplatného

update

Aktualizace superpočítače

Podrobnosti vlastnosti

createOrUpdate

Vytvořte superpočítač

createOrUpdate: (resourceGroupName: string, supercomputerName: string, resource: Supercomputer, options?: SupercomputersCreateOrUpdateOptionalParams) => PollerLike<OperationState<Supercomputer>, Supercomputer>

Hodnota vlastnosti

(resourceGroupName: string, supercomputerName: string, resource: Supercomputer, options?: SupercomputersCreateOrUpdateOptionalParams) => PollerLike<OperationState<Supercomputer>, Supercomputer>

delete

delete: (resourceGroupName: string, supercomputerName: string, options?: SupercomputersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Hodnota vlastnosti

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

get

Pořiďte si superpočítač

get: (resourceGroupName: string, supercomputerName: string, options?: SupercomputersGetOptionalParams) => Promise<Supercomputer>

Hodnota vlastnosti

(resourceGroupName: string, supercomputerName: string, options?: SupercomputersGetOptionalParams) => Promise<Supercomputer>

listByResourceGroup

Seznam zdrojů superpočítačů podle skupiny zdrojů

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

Hodnota vlastnosti

(resourceGroupName: string, options?: SupercomputersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Supercomputer, Supercomputer[], PageSettings>

listBySubscription

Seznam zdrojů superpočítačů podle ID předplatného

listBySubscription: (options?: SupercomputersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Supercomputer, Supercomputer[], PageSettings>

Hodnota vlastnosti

(options?: SupercomputersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Supercomputer, Supercomputer[], PageSettings>

update

Aktualizace superpočítače

update: (resourceGroupName: string, supercomputerName: string, properties: SupercomputerUpdate, options?: SupercomputersUpdateOptionalParams) => PollerLike<OperationState<Supercomputer>, Supercomputer>

Hodnota vlastnosti

(resourceGroupName: string, supercomputerName: string, properties: SupercomputerUpdate, options?: SupercomputersUpdateOptionalParams) => PollerLike<OperationState<Supercomputer>, Supercomputer>