ContainerAppsPatches interface
Interface representing a ContainerAppsPatches.
Methods
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
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
The options parameters.
Returns
Promise<ContainerAppsPatchResource>
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
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerAppsPatchesDeleteHeaders>, ContainerAppsPatchesDeleteHeaders>>
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
The options parameters.
Returns
Promise<ContainerAppsPatchesDeleteHeaders>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerAppsPatchesSkipConfigureHeaders>, ContainerAppsPatchesSkipConfigureHeaders>>
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.
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
The options parameters.
Returns
Promise<ContainerAppsPatchResource>
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.
The options parameters.