Partager via


ContainerAppsLabelHistory interface

Interface représentant un ContainerAppsLabelHistory.

Méthodes

deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)

Supprimer l’historique d’une étiquette.

getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)

Obtenez l’historique d’un label.

listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)

Obtenir l’historique des étiquettes d’une application conteneur donnée.

Détails de la méthode

deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)

Supprimer l’historique d’une étiquette.

function deleteLabelHistory(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

containerAppName

string

Nom de l’application conteneur

labelName

string

Nom de l’étiquette de l’application conteneur.

options
ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams

Les paramètres d’options.

Retours

Promise<void>

getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)

Obtenez l’historique d’un label.

function getLabelHistory(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams): Promise<LabelHistory>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

containerAppName

string

Nom de l’application conteneur

labelName

string

Nom de l’étiquette de l’application conteneur.

options
ContainerAppsLabelHistoryGetLabelHistoryOptionalParams

Les paramètres d’options.

Retours

Promise<LabelHistory>

listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)

Obtenir l’historique des étiquettes d’une application conteneur donnée.

function listLabelHistory(resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams): PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

containerAppName

string

Nom de l’application conteneur

options
ContainerAppsLabelHistoryListLabelHistoryOptionalParams

Les paramètres d’options.

Retours