Compartilhar via


VCenters interface

Interface que representa um VCenters.

Métodos

beginCreate(string, string, VCentersCreateOptionalParams)

Criar ou atualizar o vCenter.

beginCreateAndWait(string, string, VCentersCreateOptionalParams)

Criar ou atualizar o vCenter.

beginDelete(string, string, VCentersDeleteOptionalParams)

Implementa o método vCenter DELETE.

beginDeleteAndWait(string, string, VCentersDeleteOptionalParams)

Implementa o método vCenter DELETE.

get(string, string, VCentersGetOptionalParams)

Implementa o método get do vCenter.

list(VCentersListOptionalParams)

Lista de vCenters em uma assinatura.

listByResourceGroup(string, VCentersListByResourceGroupOptionalParams)

Lista de vCenters em um grupo de recursos.

update(string, string, VCentersUpdateOptionalParams)

API para atualizar determinadas propriedades do recurso vCenter.

Detalhes do método

beginCreate(string, string, VCentersCreateOptionalParams)

Criar ou atualizar o vCenter.

function beginCreate(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<SimplePollerLike<OperationState<VCenter>, VCenter>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

options
VCentersCreateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateAndWait(string, string, VCentersCreateOptionalParams)

Criar ou atualizar o vCenter.

function beginCreateAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<VCenter>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

options
VCentersCreateOptionalParams

Os parâmetros de opções.

Retornos

Promise<VCenter>

beginDelete(string, string, VCentersDeleteOptionalParams)

Implementa o método vCenter DELETE.

function beginDelete(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

options
VCentersDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, VCentersDeleteOptionalParams)

Implementa o método vCenter DELETE.

function beginDeleteAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

options
VCentersDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, VCentersGetOptionalParams)

Implementa o método get do vCenter.

function get(resourceGroupName: string, vcenterName: string, options?: VCentersGetOptionalParams): Promise<VCenter>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

options
VCentersGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<VCenter>

list(VCentersListOptionalParams)

Lista de vCenters em uma assinatura.

function list(options?: VCentersListOptionalParams): PagedAsyncIterableIterator<VCenter, VCenter[], PageSettings>

Parâmetros

options
VCentersListOptionalParams

Os parâmetros de opções.

Retornos

listByResourceGroup(string, VCentersListByResourceGroupOptionalParams)

Lista de vCenters em um grupo de recursos.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

options
VCentersListByResourceGroupOptionalParams

Os parâmetros de opções.

Retornos

update(string, string, VCentersUpdateOptionalParams)

API para atualizar determinadas propriedades do recurso vCenter.

function update(resourceGroupName: string, vcenterName: string, options?: VCentersUpdateOptionalParams): Promise<VCenter>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

options
VCentersUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<VCenter>