ContainerAppsPatchesOperations interface
Interface representing a ContainerAppsPatches operations.
Properties
| apply | Apply a Container Apps Patch resource with patch name. |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| delete | Delete specific Container Apps Patch by patch name. |
| get | Get details for specific Container Apps Patch by patch name. |
| list |
List Container Apps Patch resources by ContainerApp. |
| skip |
Configure the Container Apps Patch skip option by patch name. |
Property Details
apply
Apply a Container Apps Patch resource with patch name.
apply: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => PollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => PollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>
beginApply
Warning
This API is now deprecated.
use apply instead
beginApply: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<SimplePollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<SimplePollerLike<OperationState<ContainerAppsPatchResource>, ContainerAppsPatchResource>>
beginApplyAndWait
Warning
This API is now deprecated.
use apply instead
beginApplyAndWait: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<ContainerAppsPatchResource>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams) => Promise<ContainerAppsPatchResource>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => Promise<void>
beginSkipConfigure
Warning
This API is now deprecated.
use skipConfigure instead
beginSkipConfigure: (resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginSkipConfigureAndWait
Warning
This API is now deprecated.
use skipConfigure instead
beginSkipConfigureAndWait: (resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => Promise<void>
delete
Delete specific Container Apps Patch by patch name.
delete: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get details for specific Container Apps Patch by patch name.
get: (resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesGetOptionalParams) => Promise<ContainerAppsPatchResource>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesGetOptionalParams) => Promise<ContainerAppsPatchResource>
listByContainerApp
List Container Apps Patch resources by ContainerApp.
listByContainerApp: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsPatchesListByContainerAppOptionalParams) => PagedAsyncIterableIterator<ContainerAppsPatchResource, ContainerAppsPatchResource[], PageSettings>
Property Value
(resourceGroupName: string, containerAppName: string, options?: ContainerAppsPatchesListByContainerAppOptionalParams) => PagedAsyncIterableIterator<ContainerAppsPatchResource, ContainerAppsPatchResource[], PageSettings>
skipConfigure
Configure the Container Apps Patch skip option by patch name.
skipConfigure: (resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams) => PollerLike<OperationState<void>, void>