ContainerAppsLabelHistory interface
Interface representing a ContainerAppsLabelHistory.
Methods
| delete |
Delete the history of a label. |
| get |
Get the history of a label. |
| list |
Get the Label History for a given Container App. |
Method Details
deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)
Delete the history of a label.
function deleteLabelHistory(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- containerAppName
-
string
Name of the Container App
- labelName
-
string
Name of the Container App label.
The options parameters.
Returns
Promise<void>
getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)
Get the history of a label.
function getLabelHistory(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams): Promise<LabelHistory>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- containerAppName
-
string
Name of the Container App
- labelName
-
string
Name of the Container App label.
The options parameters.
Returns
Promise<LabelHistory>
listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)
Get the Label History for a given Container App.
function listLabelHistory(resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams): PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- containerAppName
-
string
Name of the Container App
The options parameters.