ContainerAppsPatchesOperations interface

Interfaccia che rappresenta un'operazione ContainerAppsPatches.

Proprietà

apply

Applicare una risorsa Patch per app contenitore con il nome della patch.

beginApply
beginApplyAndWait
beginDelete
beginDeleteAndWait
beginSkipConfigure
beginSkipConfigureAndWait
delete

Elimina una patch specifica per le app contenitore in base al nome della patch.

get

Ottieni i dettagli per la patch specifica delle app contenitore in base al nome della patch.

listByContainerApp

Elencare le risorse di patch delle app contenitore in base a ContainerApp.

skipConfigure

Configurare l'opzione Ignora patch di Container Apps in base al nome della patch.

Dettagli proprietà

apply

Applicare una risorsa Patch per app contenitore con il nome della patch.

apply: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => PollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => PollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>

beginApply

Avviso

Questa API è ora deprecata.

use apply instead

beginApply: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<SimplePollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<SimplePollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>>

beginApplyAndWait

Avviso

Questa API è ora deprecata.

use apply instead

beginApplyAndWait: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<ContainerAppsPatchResource>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<ContainerAppsPatchResource>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

beginDelete: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<void>

beginSkipConfigure

Avviso

Questa API è ora deprecata.

use skipConfigure instead

beginSkipConfigure: (resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginSkipConfigureAndWait

Avviso

Questa API è ora deprecata.

use skipConfigure instead

beginSkipConfigureAndWait: (resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<void>

delete

Elimina una patch specifica per le app contenitore in base al nome della patch.

delete: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ottieni i dettagli per la patch specifica delle app contenitore in base al nome della patch.

get: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesGetOptionalParams) => Promise<ContainerAppsPatchResource>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesGetOptionalParams) => Promise<ContainerAppsPatchResource>

listByContainerApp

Elencare le risorse di patch delle app contenitore in base a ContainerApp.

listByContainerApp: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsPatchesListByContainerAppOptionalParams) => PagedAsyncIterableIterator<ContainerAppsPatchResource, ContainerAppsPatchResource[], PageSettings>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, options?: ContainerAppsPatchesListByContainerAppOptionalParams) => PagedAsyncIterableIterator<ContainerAppsPatchResource, ContainerAppsPatchResource[], PageSettings>

skipConfigure

Configurare l'opzione Ignora patch di Container Apps in base al nome della patch.

skipConfigure: (resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => PollerLike<OperationState<void>, void>