ContainerAppsSourceControls interface
Interface die een ContainerAppsSourceControls vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)
Beschrijving voor het maken of bijwerken van SourceControl voor een container-app.
function beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, name: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SourceControl>, SourceControl>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- containerAppName
-
string
Naam van de container-app.
- name
-
string
Naam van container-app SourceControl.
- sourceControlEnvelope
- SourceControl
Eigenschappen die worden gebruikt om een Container App SourceControl te maken
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<SourceControl>, SourceControl>>
beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)
Beschrijving voor het maken of bijwerken van SourceControl voor een container-app.
function beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, name: 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.
- name
-
string
Naam van container-app SourceControl.
- sourceControlEnvelope
- SourceControl
Eigenschappen die worden gebruikt om een Container App SourceControl te maken
De optiesparameters.
Retouren
Promise<SourceControl>
beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)
Beschrijving voor het verwijderen van een Container App SourceControl.
function beginDelete(resourceGroupName: string, containerAppName: string, name: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- containerAppName
-
string
Naam van de container-app.
- name
-
string
Naam van container-app SourceControl.
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)
Beschrijving voor het verwijderen van een Container App SourceControl.
function beginDeleteAndWait(resourceGroupName: string, containerAppName: string, name: 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.
- name
-
string
Naam van container-app SourceControl.
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)
Haal een SourceControl van een container-app op.
function get(resourceGroupName: string, containerAppName: string, name: 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.
- name
-
string
Naam van container-app SourceControl.
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.
De optiesparameters.