Compartilhar via


ContainerAppsSourceControls interface

Interface que representa um ContainerAppsSourceControls.

Métodos

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

Crie ou atualize o SourceControl para um aplicativo de contêiner.

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

Crie ou atualize o SourceControl para um aplicativo de contêiner.

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Excluir um SourceControl de aplicativo de contêiner.

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Excluir um SourceControl de aplicativo de contêiner.

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Obtenha um SourceControl de um aplicativo de contêiner.

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Obtenha o SourceControls do Aplicativo de Contêiner em um determinado grupo de recursos.

Detalhes do método

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

Crie ou atualize o SourceControl para um aplicativo de contêiner.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

containerAppName

string

Nome do Aplicativo de Contêiner.

sourceControlName

string

Nome do Aplicativo de Contêiner SourceControl.

sourceControlEnvelope
SourceControl

Propriedades usadas para criar um SourceControl de aplicativo de contêiner

options
ContainerAppsSourceControlsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

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

Crie ou atualize o SourceControl para um aplicativo de contêiner.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

containerAppName

string

Nome do Aplicativo de Contêiner.

sourceControlName

string

Nome do Aplicativo de Contêiner SourceControl.

sourceControlEnvelope
SourceControl

Propriedades usadas para criar um SourceControl de aplicativo de contêiner

options
ContainerAppsSourceControlsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Excluir um SourceControl de aplicativo de contêiner.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

containerAppName

string

Nome do Aplicativo de Contêiner.

sourceControlName

string

Nome do Aplicativo de Contêiner SourceControl.

options
ContainerAppsSourceControlsDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Excluir um SourceControl de aplicativo de contêiner.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

containerAppName

string

Nome do Aplicativo de Contêiner.

sourceControlName

string

Nome do Aplicativo de Contêiner SourceControl.

options
ContainerAppsSourceControlsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Obtenha um SourceControl de um aplicativo de contêiner.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

containerAppName

string

Nome do Aplicativo de Contêiner.

sourceControlName

string

Nome do Aplicativo de Contêiner SourceControl.

options
ContainerAppsSourceControlsGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Obtenha o SourceControls do Aplicativo de Contêiner em um determinado grupo de recursos.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

containerAppName

string

Nome do Aplicativo de Contêiner.

Retornos