Condividi tramite


ContainerAppsLabelHistory interface

Interfaccia che rappresenta un oggetto ContainerAppsLabelHistory.

Metodi

deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)

Eliminare la cronologia di un'etichetta.

getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)

Ottieni la storia di un'etichetta.

listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)

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.

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.

options
ContainerAppsLabelHistoryGetLabelHistoryOptionalParams

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

options
ContainerAppsLabelHistoryListLabelHistoryOptionalParams

I parametri delle opzioni.

Restituisce