Delen via


ContainerAppsSourceControls interface

Interface die een ContainerAppsSourceControls vertegenwoordigt.

Methoden

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

Maak of werk SourceControl voor een container-app bij.

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

Maak of werk SourceControl voor een container-app bij.

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Een Container App SourceControl verwijderen.

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Een Container App SourceControl verwijderen.

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Haal een SourceControl van een container-app op.

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Haal de Container App SourceControls op in een bepaalde resourcegroep.

Methodedetails

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

Maak of werk SourceControl voor een container-app bij.

function beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SourceControl>, SourceControl>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

sourceControlName

string

Naam van container-app SourceControl.

sourceControlEnvelope
SourceControl

Eigenschappen die worden gebruikt om een Container App SourceControl te maken

Retouren

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

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

Maak of werk SourceControl voor een container-app bij.

function beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SourceControl>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

sourceControlName

string

Naam van container-app SourceControl.

sourceControlEnvelope
SourceControl

Eigenschappen die worden gebruikt om een Container App SourceControl te maken

Retouren

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Een Container App SourceControl verwijderen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

sourceControlName

string

Naam van container-app SourceControl.

Retouren

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

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Een Container App SourceControl verwijderen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

sourceControlName

string

Naam van container-app SourceControl.

Retouren

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Haal een SourceControl van een container-app op.

function get(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams): Promise<SourceControl>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

sourceControlName

string

Naam van container-app SourceControl.

options
ContainerAppsSourceControlsGetOptionalParams

De optiesparameters.

Retouren

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Haal de Container App SourceControls op in een bepaalde resourcegroep.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

containerAppName

string

Naam van de container-app.

Retouren