Package version:

Interface ContainerAppsSourceControls

Interface representing a ContainerAppsSourceControls.

interface ContainerAppsSourceControls {
    beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SourceControl>, SourceControl>>;
    beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SourceControl>;
    beginDelete(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
    beginDeleteAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<void>;
    get(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams): Promise<SourceControl>;
    listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsSourceControlsListByContainerAppOptionalParams): PagedAsyncIterableIterator<SourceControl>;
}

Methods

  • Delete a Container App SourceControl.

    Parameters

    • resourceGroupName: string

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

    • containerAppName: string

      Name of the Container App.

    • sourceControlName: string

      Name of the Container App SourceControl.

    • Optionaloptions: ContainerAppsSourceControlsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Delete a Container App SourceControl.

    Parameters

    • resourceGroupName: string

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

    • containerAppName: string

      Name of the Container App.

    • sourceControlName: string

      Name of the Container App SourceControl.

    • Optionaloptions: ContainerAppsSourceControlsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>