ContainerAppsLabelHistoryOperations interface
Interfaccia che rappresenta un'operazione ContainerAppsLabelHistory.
Proprietà
| 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 proprietà
deleteLabelHistory
Eliminare la cronologia di un'etichetta.
deleteLabelHistory: (resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams) => Promise<void>
getLabelHistory
Ottieni la storia di un'etichetta.
getLabelHistory: (resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams) => Promise<LabelHistory>
Valore della proprietà
(resourceGroupName: string, containerAppName: string, labelName: string, options?: ContainerAppsLabelHistoryGetLabelHistoryOptionalParams) => Promise<LabelHistory>
listLabelHistory
Ottenere la cronologia delle etichette per una determinata app contenitore.
listLabelHistory: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams) => PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>
Valore della proprietà
(resourceGroupName: string, containerAppName: string, options?: ContainerAppsLabelHistoryListLabelHistoryOptionalParams) => PagedAsyncIterableIterator<LabelHistory, LabelHistory[], PageSettings>