InstancesOperations interface
Schnittstelle, die eine Instanzoperation darstellt.
Eigenschaften
| create |
Erstellen oder Aktualisieren einer Instanzressource |
| delete | |
| get | Abrufen der Instanzressource |
| list |
Auflisten von Instanzressourcen |
| update | Aktualisieren einer Instanzressource |
Details zur Eigenschaft
createOrUpdate
Erstellen oder Aktualisieren einer Instanzressource
createOrUpdate: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, resource: Instance, options?: InstancesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>
Eigenschaftswert
(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>
Eigenschaftswert
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Abrufen der Instanzressource
get: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesGetOptionalParams) => Promise<Instance>
Eigenschaftswert
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesGetOptionalParams) => Promise<Instance>
listBySolution
Auflisten von Instanzressourcen
listBySolution: (resourceGroupName: string, targetName: string, solutionName: string, options?: InstancesListBySolutionOptionalParams) => PagedAsyncIterableIterator<Instance, Instance[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, targetName: string, solutionName: string, options?: InstancesListBySolutionOptionalParams) => PagedAsyncIterableIterator<Instance, Instance[], PageSettings>
update
Aktualisieren einer Instanzressource
update: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, properties: Instance, options?: InstancesUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>
Eigenschaftswert
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, properties: Instance, options?: InstancesUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>