InstancesOperations interface
Interface representing a Instances operations.
Properties
| create |
Create or update Instance Resource |
| delete | |
| get | Get Instance Resource |
| list |
List Instance Resources |
| update | Update an Instance Resource |
Property Details
createOrUpdate
Create or update Instance Resource
createOrUpdate: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, resource: Instance, options?: InstancesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>
Property Value
(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>
Property Value
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get Instance Resource
get: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesGetOptionalParams) => Promise<Instance>
Property Value
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstancesGetOptionalParams) => Promise<Instance>
listBySolution
List Instance Resources
listBySolution: (resourceGroupName: string, targetName: string, solutionName: string, options?: InstancesListBySolutionOptionalParams) => PagedAsyncIterableIterator<Instance, Instance[], PageSettings>
Property Value
(resourceGroupName: string, targetName: string, solutionName: string, options?: InstancesListBySolutionOptionalParams) => PagedAsyncIterableIterator<Instance, Instance[], PageSettings>
update
Update an Instance Resource
update: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, properties: Instance, options?: InstancesUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>
Property Value
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, properties: Instance, options?: InstancesUpdateOptionalParams) => PollerLike<OperationState<Instance>, Instance>