InstancesOperations interface

Rozhraní představující operace instancí.

Vlastnosti

createOrUpdate

Vytvoření nebo aktualizace prostředku instance

delete
get

Získání prostředku instance

listBySolution

Vypsat prostředky instance

update

Aktualizace prostředku instance

Podrobnosti vlastnosti

createOrUpdate

Vytvoření nebo aktualizace prostředku instance

createOrUpdate: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, resource: Instance, options?: InstancesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>

Hodnota vlastnosti

(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, resource: Instance, options?: InstancesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>

delete

delete: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Hodnota vlastnosti

(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Získání prostředku instance

get: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesGetOptionalParams) => Promise<Instance>

Hodnota vlastnosti

(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesGetOptionalParams) => Promise<Instance>

listBySolution

Vypsat prostředky instance

listBySolution: (resourceGroupName: string, targetName: string, solutionName: string, options?: InstancesListBySolutionOptionalParams) => PagedAsyncIterableIterator<Instance, Instance[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, targetName: string, solutionName: string, options?: InstancesListBySolutionOptionalParams) => PagedAsyncIterableIterator<Instance, Instance[], PageSettings>

update

Aktualizace prostředku instance

update: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, properties: Instance, options?: InstancesUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>

Hodnota vlastnosti

(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, properties: Instance, options?: InstancesUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>