InstanceHistoriesOperations interface

Interfaz que representa una operación InstanceHistories.

Propiedades

get

Obtener el recurso InstanceHistory

listByInstance

Enumerar recursos de InstanceHistory

Detalles de las propiedades

get

Obtener el recurso InstanceHistory

get: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, instanceHistoryName: string, options?: InstanceHistoriesGetOptionalParams) => Promise<InstanceHistory>

Valor de propiedad

(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, instanceHistoryName: string, options?: InstanceHistoriesGetOptionalParams) => Promise<InstanceHistory>

listByInstance

Enumerar recursos de InstanceHistory

listByInstance: (resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstanceHistoriesListByInstanceOptionalParams) => PagedAsyncIterableIterator<InstanceHistory, InstanceHistory[], PageSettings>

Valor de propiedad

(resourceGroupName: string, targetName: string, solutionName: string, instanceName: string, options?: InstanceHistoriesListByInstanceOptionalParams) => PagedAsyncIterableIterator<InstanceHistory, InstanceHistory[], PageSettings>