Partilhar via


Deployments interface

Interface que representa uma Deployments.

Métodos

beginCreateOrUpdate(string, string, DeploymentsCreateOrUpdateOptionalParams)

Criar ou atualizar a implantação do NGINX

beginCreateOrUpdateAndWait(string, string, DeploymentsCreateOrUpdateOptionalParams)

Criar ou atualizar a implantação do NGINX

beginDelete(string, string, DeploymentsDeleteOptionalParams)

Excluir o recurso de implantação NGINX

beginDeleteAndWait(string, string, DeploymentsDeleteOptionalParams)

Excluir o recurso de implantação NGINX

beginUpdate(string, string, DeploymentsUpdateOptionalParams)

Atualizar a implantação do NGINX

beginUpdateAndWait(string, string, DeploymentsUpdateOptionalParams)

Atualizar a implantação do NGINX

get(string, string, DeploymentsGetOptionalParams)

Obtenha a implantação do NGINX

list(DeploymentsListOptionalParams)

Listar os recursos de implantações do NGINX

listByResourceGroup(string, DeploymentsListByResourceGroupOptionalParams)

Liste todas as implantações NGINX no grupo de recursos especificado.

Detalhes de Método

beginCreateOrUpdate(string, string, DeploymentsCreateOrUpdateOptionalParams)

Criar ou atualizar a implantação do NGINX

function beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NginxDeployment>, NginxDeployment>>

Parâmetros

resourceGroupName

string

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

deploymentName

string

O nome da implantação NGINX direcionada

options
DeploymentsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginCreateOrUpdateAndWait(string, string, DeploymentsCreateOrUpdateOptionalParams)

Criar ou atualizar a implantação do NGINX

function beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<NginxDeployment>

Parâmetros

resourceGroupName

string

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

deploymentName

string

O nome da implantação NGINX direcionada

options
DeploymentsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NginxDeployment>

beginDelete(string, string, DeploymentsDeleteOptionalParams)

Excluir o recurso de implantação NGINX

function beginDelete(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): 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.

deploymentName

string

O nome da implantação NGINX direcionada

options
DeploymentsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, DeploymentsDeleteOptionalParams)

Excluir o recurso de implantação NGINX

function beginDeleteAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

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

deploymentName

string

O nome da implantação NGINX direcionada

options
DeploymentsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

beginUpdate(string, string, DeploymentsUpdateOptionalParams)

Atualizar a implantação do NGINX

function beginUpdate(resourceGroupName: string, deploymentName: string, options?: DeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NginxDeployment>, NginxDeployment>>

Parâmetros

resourceGroupName

string

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

deploymentName

string

O nome da implantação NGINX direcionada

options
DeploymentsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginUpdateAndWait(string, string, DeploymentsUpdateOptionalParams)

Atualizar a implantação do NGINX

function beginUpdateAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsUpdateOptionalParams): Promise<NginxDeployment>

Parâmetros

resourceGroupName

string

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

deploymentName

string

O nome da implantação NGINX direcionada

options
DeploymentsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NginxDeployment>

get(string, string, DeploymentsGetOptionalParams)

Obtenha a implantação do NGINX

function get(resourceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<NginxDeployment>

Parâmetros

resourceGroupName

string

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

deploymentName

string

O nome da implantação NGINX direcionada

options
DeploymentsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NginxDeployment>

list(DeploymentsListOptionalParams)

Listar os recursos de implantações do NGINX

function list(options?: DeploymentsListOptionalParams): PagedAsyncIterableIterator<NginxDeployment, NginxDeployment[], PageSettings>

Parâmetros

options
DeploymentsListOptionalParams

Os parâmetros de opções.

Devoluções

listByResourceGroup(string, DeploymentsListByResourceGroupOptionalParams)

Liste todas as implantações NGINX no grupo de recursos especificado.

function listByResourceGroup(resourceGroupName: string, options?: DeploymentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NginxDeployment, NginxDeployment[], PageSettings>

Parâmetros

resourceGroupName

string

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

options
DeploymentsListByResourceGroupOptionalParams

Os parâmetros de opções.

Devoluções