Freigeben über


ContainerAppsSourceControls interface

Interface representing a ContainerAppsSourceControls.

Methods

beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Create or update the SourceControl for a Container App.

beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Create or update the SourceControl for a Container App.

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Delete a Container App SourceControl.

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Delete a Container App SourceControl.

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Get a SourceControl of a Container App.

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Get the Container App SourceControls in a given resource group.

Method Details

beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Create or update the SourceControl for a Container App.

function beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SourceControl>, 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.

sourceControlEnvelope
SourceControl

Properties used to create a Container App SourceControl

Returns

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

beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Create or update the SourceControl for a Container App.

function beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<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.

sourceControlEnvelope
SourceControl

Properties used to create a Container App SourceControl

Returns

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Delete a Container App SourceControl.

function beginDelete(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

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.

options
ContainerAppsSourceControlsDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Delete a Container App SourceControl.

function beginDeleteAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<void>

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.

options
ContainerAppsSourceControlsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Get a SourceControl of a Container App.

function get(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams): Promise<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.

options
ContainerAppsSourceControlsGetOptionalParams

The options parameters.

Returns

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Get the Container App SourceControls in a given resource group.

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

Parameters

resourceGroupName

string

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

containerAppName

string

Name of the Container App.

Returns