Поделиться через


ContainerAppsLabelHistory interface

Интерфейс, представляющий ContainerAppsLabelHistory.

Методы

deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)

Удалите историю метки.

getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)

Получите историю этикетки.

listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)

Получите журнал меток для конкретного приложения-контейнера.

Сведения о методе

deleteLabelHistory(string, string, string, ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams)

Удалите историю метки.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

containerAppName

string

Имя приложения-контейнера

labelName

string

Имя метки приложения-контейнера.

options
ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams

Параметры опций.

Возвращаемое значение

Promise<void>

getLabelHistory(string, string, string, ContainerAppsLabelHistoryGetLabelHistoryOptionalParams)

Получите историю этикетки.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

containerAppName

string

Имя приложения-контейнера

labelName

string

Имя метки приложения-контейнера.

options
ContainerAppsLabelHistoryGetLabelHistoryOptionalParams

Параметры опций.

Возвращаемое значение

Promise<LabelHistory>

listLabelHistory(string, string, ContainerAppsLabelHistoryListLabelHistoryOptionalParams)

Получите журнал меток для конкретного приложения-контейнера.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

containerAppName

string

Имя приложения-контейнера

options
ContainerAppsLabelHistoryListLabelHistoryOptionalParams

Параметры опций.

Возвращаемое значение