ContainerAppsLabelHistoryOperations interface

Interface representing a ContainerAppsLabelHistory operations.

Properties

deleteLabelHistory

Deletes the revision history associated with a Container App label.

getLabelHistory

Gets the revision history associated with a Container App label.

listLabelHistory

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>