Ixxerja permezz ta’


ContainerAppsPatches interface

Interface representing a ContainerAppsPatches.

Methods

beginApply(string, string, string, ContainerAppsPatchesApplyOptionalParams)

Apply a Container Apps Patch resource with patch name.

beginApplyAndWait(string, string, string, ContainerAppsPatchesApplyOptionalParams)

Apply a Container Apps Patch resource with patch name.

beginDelete(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Delete specific Container Apps Patch by patch name.

beginDeleteAndWait(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Delete specific Container Apps Patch by patch name.

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

Configure the Container Apps Patch skip option by patch name.

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

Configure the Container Apps Patch skip option by patch name.

get(string, string, string, ContainerAppsPatchesGetOptionalParams)

Get details for specific Container Apps Patch by patch name.

listByContainerApp(string, string, ContainerAppsPatchesListByContainerAppOptionalParams)

List Container Apps Patch resources by ContainerApp.

Method Details

beginApply(string, string, string, ContainerAppsPatchesApplyOptionalParams)

Apply a Container Apps Patch resource with patch name.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

patchName

string

The name of the patch

options
ContainerAppsPatchesApplyOptionalParams

The options parameters.

Returns

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

beginApplyAndWait(string, string, string, ContainerAppsPatchesApplyOptionalParams)

Apply a Container Apps Patch resource with patch name.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

patchName

string

The name of the patch

options
ContainerAppsPatchesApplyOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Delete specific Container Apps Patch by patch name.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

patchName

string

The name of the patch

options
ContainerAppsPatchesDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, string, ContainerAppsPatchesDeleteOptionalParams)

Delete specific Container Apps Patch by patch name.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

patchName

string

The name of the patch

options
ContainerAppsPatchesDeleteOptionalParams

The options parameters.

Returns

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

Configure the Container Apps Patch skip option by patch name.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

patchName

string

The name of the patch

patchSkipConfig
PatchSkipConfig

Configure patcher to skip a patch or not.

options
ContainerAppsPatchesSkipConfigureOptionalParams

The options parameters.

Returns

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

Configure the Container Apps Patch skip option by patch name.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

patchName

string

The name of the patch

patchSkipConfig
PatchSkipConfig

Configure patcher to skip a patch or not.

options
ContainerAppsPatchesSkipConfigureOptionalParams

The options parameters.

Returns

get(string, string, string, ContainerAppsPatchesGetOptionalParams)

Get details for specific Container Apps Patch by patch name.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

patchName

string

The name of the patch

options
ContainerAppsPatchesGetOptionalParams

The options parameters.

Returns

listByContainerApp(string, string, ContainerAppsPatchesListByContainerAppOptionalParams)

List Container Apps Patch resources by ContainerApp.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

containerAppName

string

Name of the Container App the Patch is associated.

Returns