ContainerAppsPatchesOperations interface

Interface représentant une opération ContainerAppsPatches.

Propriétés

apply

Appliquez une ressource de correctif Container Apps avec le nom du correctif.

beginApply
beginApplyAndWait
beginDelete
beginDeleteAndWait
beginSkipConfigure
beginSkipConfigureAndWait
delete

Supprimez un correctif d’applications conteneur spécifique par nom de correctif.

get

Obtenez des détails sur un correctif Container Apps spécifique par nom de correctif.

listByContainerApp

Répertoriez les ressources de correctifs Container Apps par ContainerApp.

skipConfigure

Configurez l’option d’ignorance du correctif Container Apps par nom de correctif.

Détails de la propriété

apply

Appliquez une ressource de correctif Container Apps avec le nom du correctif.

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

Valeur de propriété

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

beginApply

Avertissement

Cette API est à présent déconseillée.

use apply instead

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

Valeur de propriété

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

beginApplyAndWait

Avertissement

Cette API est à présent déconseillée.

use apply instead

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

Valeur de propriété

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

beginDelete

Avertissement

Cette API est à présent déconseillée.

use delete instead

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

Valeur de propriété

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

beginDeleteAndWait

Avertissement

Cette API est à présent déconseillée.

use delete instead

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

Valeur de propriété

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

beginSkipConfigure

Avertissement

Cette API est à présent déconseillée.

use skipConfigure instead

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

Valeur de propriété

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

beginSkipConfigureAndWait

Avertissement

Cette API est à présent déconseillée.

use skipConfigure instead

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

Valeur de propriété

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

delete

Supprimez un correctif d’applications conteneur spécifique par nom de correctif.

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

Valeur de propriété

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

get

Obtenez des détails sur un correctif Container Apps spécifique par nom de correctif.

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

Valeur de propriété

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

listByContainerApp

Répertoriez les ressources de correctifs Container Apps par ContainerApp.

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

Valeur de propriété

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

skipConfigure

Configurez l’option d’ignorance du correctif Container Apps par nom de correctif.

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

Valeur de propriété

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