Condividi tramite


ContainerAppsPatches interface

Interfaccia che rappresenta un oggetto ContainerAppsPatches.

Metodi

beginApply(string, string, string, ContainerAppsPatchesApplyOptionalParams)

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

beginApplyAndWait(string, string, string, ContainerAppsPatchesApplyOptionalParams)

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

beginDelete(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Eliminare patch specifiche per app contenitore in base al nome della patch.

beginDeleteAndWait(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Eliminare patch specifiche per app contenitore in base al nome della patch.

beginSkipConfigure(string, string, string, PatchSkipConfig, ContainerAppsPatchesSkipConfigureOptionalParams)

Configurare l'opzione Ignora patch per app contenitore in base al nome della patch.

beginSkipConfigureAndWait(string, string, string, PatchSkipConfig, ContainerAppsPatchesSkipConfigureOptionalParams)

Configurare l'opzione Ignora patch per app contenitore in base al nome della patch.

get(string, string, string, ContainerAppsPatchesGetOptionalParams)

Ottenere i dettagli per patch specifiche delle app contenitore in base al nome della patch.

listByContainerApp(string, string, ContainerAppsPatchesListByContainerAppOptionalParams)

Elencare le risorse patch delle app contenitore per ContainerApp.

Dettagli metodo

beginApply(string, string, string, ContainerAppsPatchesApplyOptionalParams)

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

patchName

string

Nome della patch

options
ContainerAppsPatchesApplyOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>>

beginApplyAndWait(string, string, string, ContainerAppsPatchesApplyOptionalParams)

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

patchName

string

Nome della patch

options
ContainerAppsPatchesApplyOptionalParams

Parametri delle opzioni.

Restituisce

beginDelete(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Eliminare patch specifiche per app contenitore in base al nome della patch.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

patchName

string

Nome della patch

options
ContainerAppsPatchesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginDeleteAndWait(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Eliminare patch specifiche per app contenitore in base al nome della patch.

function beginDeleteAndWait(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams): Promise<ContainerAppsPatchesDeleteHeaders>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

patchName

string

Nome della patch

options
ContainerAppsPatchesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginSkipConfigure(string, string, string, PatchSkipConfig, ContainerAppsPatchesSkipConfigureOptionalParams)

Configurare l'opzione Ignora patch per app contenitore in base al nome della patch.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

patchName

string

Nome della patch

patchSkipConfig
PatchSkipConfig

Configurare patcher per ignorare o meno una patch.

options
ContainerAppsPatchesSkipConfigureOptionalParams

Parametri delle opzioni.

Restituisce

beginSkipConfigureAndWait(string, string, string, PatchSkipConfig, ContainerAppsPatchesSkipConfigureOptionalParams)

Configurare l'opzione Ignora patch per app contenitore in base al nome della patch.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

patchName

string

Nome della patch

patchSkipConfig
PatchSkipConfig

Configurare patcher per ignorare o meno una patch.

options
ContainerAppsPatchesSkipConfigureOptionalParams

Parametri delle opzioni.

Restituisce

get(string, string, string, ContainerAppsPatchesGetOptionalParams)

Ottenere i dettagli per patch specifiche delle app contenitore in base al nome della patch.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

patchName

string

Nome della patch

options
ContainerAppsPatchesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByContainerApp(string, string, ContainerAppsPatchesListByContainerAppOptionalParams)

Elencare le risorse patch delle app contenitore per ContainerApp.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore a cui è associata la patch.

options
ContainerAppsPatchesListByContainerAppOptionalParams

Parametri delle opzioni.

Restituisce