ContainerAppsLabelHistoryOperations interface
Interface representing a ContainerAppsLabelHistory operations.
Properties
| delete |
Delete the history of a label. |
| get |
Get the history of a label. |
| list |
Get the Label History for a given Container App. |
Property Details
deleteLabelHistory
Delete the history of a 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
Get the history of a 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
Get the Label History for a given 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>