ContainerAppsLabelHistoryOperations interface
Interface représentant une opération ContainerAppsLabelHistory.
Propriétés
| delete |
Supprimer l’historique d’une étiquette. |
| get |
Obtenez l’historique d’un label. |
| list |
Obtenir l’historique des étiquettes d’une application conteneur donnée. |
Détails de la propriété
deleteLabelHistory
Supprimer l’historique d’une étiquette.
deleteLabelHistory: (resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams) => Promise<void>
getLabelHistory
Obtenez l’historique d’un label.
getLabelHistory: (resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams) => Promise<LabelHistory>
Valeur de propriété
(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams) => Promise<LabelHistory>
listLabelHistory
Obtenir l’historique des étiquettes d’une application conteneur donnée.
listLabelHistory: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams) => PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>
Valeur de propriété
(resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams) => PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>