Ixxerja permezz ta’


ContainerAppsLabelHistory interface

Interface representing a ContainerAppsLabelHistory.

Methods

deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)

Delete the history of a label.

getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)

Get the history of a label.

listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)

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.

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.

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

Returns