Compartilhar via


DeploymentsOperations interface

Interface representando uma operação de Implantações.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Criar ou atualizar a implantação do NGINX

delete
get

Obter a implantação do NGINX

list

Liste os recursos de implantação do NGINX

listByResourceGroup

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

update

Atualizar a implantação do NGINX

Detalhes da propriedade

beginCreateOrUpdate

Aviso

Essa API foi preterida.

use createOrUpdate instead

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

Valor da propriedade

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

beginCreateOrUpdateAndWait

Aviso

Essa API foi preterida.

use createOrUpdate instead

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

Valor da propriedade

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

beginDelete

Aviso

Essa API foi preterida.

use delete instead

beginDelete: (resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor da propriedade

(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Essa API foi preterida.

use delete instead

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

Valor da propriedade

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

beginUpdate

Aviso

Essa API foi preterida.

use update instead

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

Valor da propriedade

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

beginUpdateAndWait

Aviso

Essa API foi preterida.

use update instead

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

Valor da propriedade

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

createOrUpdate

Criar ou atualizar a implantação do NGINX

createOrUpdate: (resourceGroupName: string, deploymentName: string, options?: DeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NginxDeployment>, NginxDeployment>

Valor da propriedade

(resourceGroupName: string, deploymentName: string, options?: DeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<NginxDeployment>, NginxDeployment>

delete

delete: (resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor da propriedade

(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obter a implantação do NGINX

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

Valor da propriedade

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

list

Liste os recursos de implantação do NGINX

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

Valor da propriedade

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

listByResourceGroup

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

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

Valor da propriedade

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

update

Atualizar a implantação do NGINX

update: (resourceGroupName: string, deploymentName: string, options?: DeploymentsUpdateOptionalParams) => PollerLike<OperationState<NginxDeployment>, NginxDeployment>

Valor da propriedade

(resourceGroupName: string, deploymentName: string, options?: DeploymentsUpdateOptionalParams) => PollerLike<OperationState<NginxDeployment>, NginxDeployment>