Compartir a través de


ContainerAppsSourceControls interface

Interfaz que representa un ContainerAppsSourceControls.

Métodos

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

Cree o actualice SourceControl para una aplicación contenedora.

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

Cree o actualice SourceControl para una aplicación contenedora.

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Elimine un SourceControl de aplicación contenedora.

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Elimine un SourceControl de aplicación contenedora.

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Obtenga un SourceControl de una aplicación contenedora.

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Obtenga container App SourceControls en un grupo de recursos determinado.

Detalles del método

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

Cree o actualice SourceControl para una aplicación contenedora.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

containerAppName

string

Nombre de la aplicación contenedora.

sourceControlName

string

Nombre de Container App SourceControl.

sourceControlEnvelope
SourceControl

Propiedades usadas para crear un SourceControl de aplicación de contenedor

Devoluciones

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

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

Cree o actualice SourceControl para una aplicación contenedora.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

containerAppName

string

Nombre de la aplicación contenedora.

sourceControlName

string

Nombre de Container App SourceControl.

sourceControlEnvelope
SourceControl

Propiedades usadas para crear un SourceControl de aplicación de contenedor

Devoluciones

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Elimine un SourceControl de aplicación contenedora.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

containerAppName

string

Nombre de la aplicación contenedora.

sourceControlName

string

Nombre de Container App SourceControl.

options
ContainerAppsSourceControlsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Elimine un SourceControl de aplicación contenedora.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

containerAppName

string

Nombre de la aplicación contenedora.

sourceControlName

string

Nombre de Container App SourceControl.

options
ContainerAppsSourceControlsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Obtenga un SourceControl de una aplicación contenedora.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

containerAppName

string

Nombre de la aplicación contenedora.

sourceControlName

string

Nombre de Container App SourceControl.

options
ContainerAppsSourceControlsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Obtenga container App SourceControls en un grupo de recursos determinado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

containerAppName

string

Nombre de la aplicación contenedora.

Devoluciones