Package version:

Interface ContainerAppsSourceControlsDeleteOptionalParams

Optional parameters.

interface ContainerAppsSourceControlsDeleteOptionalParams {
    deleteWorkflow?: boolean;
    ignoreWorkflowDeletionFailure?: boolean;
    resumeFrom?: string;
    updateIntervalInMs?: number;
    xMsGithubAuxiliary?: string;
}

Hierarchy

  • unknown
    • ContainerAppsSourceControlsDeleteOptionalParams

Properties

deleteWorkflow?: boolean

Delete workflow.

ignoreWorkflowDeletionFailure?: boolean

Ignore Workflow Deletion Failure.

resumeFrom?: string

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.

xMsGithubAuxiliary?: string

Github personal access token used for SourceControl.