ContainerAppsLabelHistory interface
Interfaccia che rappresenta un oggetto ContainerAppsLabelHistory.
Metodi
| delete |
Eliminare la cronologia di un'etichetta. |
| get |
Ottieni la storia di un'etichetta. |
| list |
Ottenere la cronologia delle etichette per una determinata app contenitore. |
Dettagli metodo
deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)
Eliminare la cronologia di un'etichetta.
function deleteLabelHistory(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore
- labelName
-
string
Nome dell'etichetta dell'app contenitore.
I parametri delle opzioni.
Restituisce
Promise<void>
getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)
Ottieni la storia di un'etichetta.
function getLabelHistory(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams): Promise<LabelHistory>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore
- labelName
-
string
Nome dell'etichetta dell'app contenitore.
I parametri delle opzioni.
Restituisce
Promise<LabelHistory>
listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)
Ottenere la cronologia delle etichette per una determinata app contenitore.
function listLabelHistory(resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams): PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore
I parametri delle opzioni.