InstanceHistoriesOperations interface
Interface representing a InstanceHistories operations.
Properties
| get | Get InstanceHistory Resource |
| list |
List InstanceHistory Resources |
Property Details
get
Get InstanceHistory Resource
get: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, instanceHistoryName: string, options?: InstanceHistoriesGetOptionalParams) => Promise<InstanceHistory>
Property Value
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, instanceHistoryName: string, options?: InstanceHistoriesGetOptionalParams) => Promise<InstanceHistory>
listByInstance
List InstanceHistory Resources
listByInstance: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstanceHistoriesListByInstanceOptionalParams) => PagedAsyncIterableIterator<InstanceHistory, InstanceHistory[], PageSettings>
Property Value
(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstanceHistoriesListByInstanceOptionalParams) => PagedAsyncIterableIterator<InstanceHistory, InstanceHistory[], PageSettings>