ContainerAppsLabelHistoryOperations interface
Interface representing a ContainerAppsLabelHistory operations.
Properties
| delete |
Deletes the revision history associated with a Container App label. |
| get |
Gets the revision history associated with a Container App label. |
| list |
Lists the label revision histories for a Container App. |
Property Details
deleteLabelHistory
Deletes the revision history associated with a Container App label.
deleteLabelHistory: (resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams) => Promise<void>
getLabelHistory
Gets the revision history associated with a Container App label.
getLabelHistory: (resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams) => Promise<LabelHistory>
Property Value
(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams) => Promise<LabelHistory>
listLabelHistory
Lists the label revision histories for a Container App.
listLabelHistory: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams) => PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>
Property Value
(resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams) => PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>