ContainerAppsPatches interface
Interface représentant un ContainerAppsPatches.
Méthodes
Détails de la méthode
beginApply(string, string, string, ContainerAppsPatchesApplyOptionalParams)
Appliquez une ressource Container Apps Patch avec le nom du correctif.
function beginApply(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
- patchName
-
string
Nom du correctif
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>>
beginApplyAndWait(string, string, string, ContainerAppsPatchesApplyOptionalParams)
Appliquez une ressource Container Apps Patch avec le nom du correctif.
function beginApplyAndWait(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams): Promise<ContainerAppsPatchResource>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
- patchName
-
string
Nom du correctif
Paramètres d’options.
Retours
Promise<ContainerAppsPatchResource>
beginDelete(string, string, string, ContainerAppsPatchesDeleteOptionalParams)
Supprimez un correctif Container Apps spécifique par nom de correctif.
function beginDelete(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesDeleteHeaders>, ContainerAppsPatchesDeleteHeaders>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
- patchName
-
string
Nom du correctif
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerAppsPatchesDeleteHeaders>, ContainerAppsPatchesDeleteHeaders>>
beginDeleteAndWait(string, string, string, ContainerAppsPatchesDeleteOptionalParams)
Supprimez un correctif Container Apps spécifique par nom de correctif.
function beginDeleteAndWait(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams): Promise<ContainerAppsPatchesDeleteHeaders>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
- patchName
-
string
Nom du correctif
Paramètres d’options.
Retours
Promise<ContainerAppsPatchesDeleteHeaders>
beginSkipConfigure(string, string, string, PatchSkipConfig, ContainerAppsPatchesSkipConfigureOptionalParams)
Configurez l’option Container Apps Patch skip par nom de correctif.
function beginSkipConfigure(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesSkipConfigureHeaders>, ContainerAppsPatchesSkipConfigureHeaders>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
- patchName
-
string
Nom du correctif
- patchSkipConfig
- PatchSkipConfig
Configurez l’éditeur de correctifs pour ignorer un correctif ou non.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerAppsPatchesSkipConfigureHeaders>, ContainerAppsPatchesSkipConfigureHeaders>>
beginSkipConfigureAndWait(string, string, string, PatchSkipConfig, ContainerAppsPatchesSkipConfigureOptionalParams)
Configurez l’option Container Apps Patch skip par nom de correctif.
function beginSkipConfigureAndWait(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams): Promise<ContainerAppsPatchesSkipConfigureHeaders>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
- patchName
-
string
Nom du correctif
- patchSkipConfig
- PatchSkipConfig
Configurez l’éditeur de correctifs pour ignorer un correctif ou non.
Paramètres d’options.
Retours
get(string, string, string, ContainerAppsPatchesGetOptionalParams)
Obtenez des détails pour un correctif Container Apps spécifique par nom de correctif.
function get(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesGetOptionalParams): Promise<ContainerAppsPatchResource>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
- patchName
-
string
Nom du correctif
Paramètres d’options.
Retours
Promise<ContainerAppsPatchResource>
listByContainerApp(string, string, ContainerAppsPatchesListByContainerAppOptionalParams)
Répertorier les ressources container Apps Patch par ContainerApp.
function listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsPatchesListByContainerAppOptionalParams): PagedAsyncIterableIterator<ContainerAppsPatchResource, ContainerAppsPatchResource[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- containerAppName
-
string
Nom de l’application conteneur associée au correctif.
Paramètres d’options.