SupercomputersOperations interface

Gränssnitt som representerar en superdators operationer.

Egenskaper

createOrUpdate

Skapa en superdator

delete
get

Skaffa en superdator

listByResourceGroup

Lista superdatorresurser efter resursgrupp

listBySubscription

Lista superdatorresurser efter prenumerations-ID

update

Uppdatera en superdator

Egenskapsinformation

createOrUpdate

Skapa en superdator

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

Egenskapsvärde

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

delete

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

Egenskapsvärde

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

get

Skaffa en superdator

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

Egenskapsvärde

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

listByResourceGroup

Lista superdatorresurser efter resursgrupp

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

Egenskapsvärde

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

listBySubscription

Lista superdatorresurser efter prenumerations-ID

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

Egenskapsvärde

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

update

Uppdatera en superdator

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

Egenskapsvärde

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