共用方式為


ReplicationvCenters interface

Interface representing a ReplicationvCenters.

Methods

beginCreate(string, string, string, string, AddVCenterRequest, ReplicationvCentersCreateOptionalParams)

The operation to create a vCenter object..

beginCreateAndWait(string, string, string, string, AddVCenterRequest, ReplicationvCentersCreateOptionalParams)

The operation to create a vCenter object..

beginDelete(string, string, string, string, ReplicationvCentersDeleteOptionalParams)

The operation to remove(unregister) a registered vCenter server from the vault.

beginDeleteAndWait(string, string, string, string, ReplicationvCentersDeleteOptionalParams)

The operation to remove(unregister) a registered vCenter server from the vault.

beginUpdate(string, string, string, string, UpdateVCenterRequest, ReplicationvCentersUpdateOptionalParams)

The operation to update a registered vCenter.

beginUpdateAndWait(string, string, string, string, UpdateVCenterRequest, ReplicationvCentersUpdateOptionalParams)

The operation to update a registered vCenter.

get(string, string, string, string, ReplicationvCentersGetOptionalParams)

Gets the details of a registered vCenter server(Add vCenter server).

list(string, string, ReplicationvCentersListOptionalParams)

Lists the vCenter servers registered in the vault.

listByReplicationFabrics(string, string, string, ReplicationvCentersListByReplicationFabricsOptionalParams)

Lists the vCenter servers registered in a fabric.

Method Details

beginCreate(string, string, string, string, AddVCenterRequest, ReplicationvCentersCreateOptionalParams)

The operation to create a vCenter object..

function beginCreate(resourceName: string, resourceGroupName: string, fabricName: string, vcenterName: string, addVCenterRequest: AddVCenterRequest, options?: ReplicationvCentersCreateOptionalParams): Promise<SimplePollerLike<OperationState<VCenter>, VCenter>>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

vcenterName

string

vcenter name.

addVCenterRequest
AddVCenterRequest

The input to the add vCenter operation.

options
ReplicationvCentersCreateOptionalParams

The options parameters.

Returns

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

beginCreateAndWait(string, string, string, string, AddVCenterRequest, ReplicationvCentersCreateOptionalParams)

The operation to create a vCenter object..

function beginCreateAndWait(resourceName: string, resourceGroupName: string, fabricName: string, vcenterName: string, addVCenterRequest: AddVCenterRequest, options?: ReplicationvCentersCreateOptionalParams): Promise<VCenter>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

vcenterName

string

vcenter name.

addVCenterRequest
AddVCenterRequest

The input to the add vCenter operation.

options
ReplicationvCentersCreateOptionalParams

The options parameters.

Returns

Promise<VCenter>

beginDelete(string, string, string, string, ReplicationvCentersDeleteOptionalParams)

The operation to remove(unregister) a registered vCenter server from the vault.

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

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

vcenterName

string

vcenter name.

options
ReplicationvCentersDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, string, ReplicationvCentersDeleteOptionalParams)

The operation to remove(unregister) a registered vCenter server from the vault.

function beginDeleteAndWait(resourceName: string, resourceGroupName: string, fabricName: string, vcenterName: string, options?: ReplicationvCentersDeleteOptionalParams): Promise<void>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

vcenterName

string

vcenter name.

options
ReplicationvCentersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

beginUpdate(string, string, string, string, UpdateVCenterRequest, ReplicationvCentersUpdateOptionalParams)

The operation to update a registered vCenter.

function beginUpdate(resourceName: string, resourceGroupName: string, fabricName: string, vcenterName: string, updateVCenterRequest: UpdateVCenterRequest, options?: ReplicationvCentersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VCenter>, VCenter>>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

vcenterName

string

vcenter name.

updateVCenterRequest
UpdateVCenterRequest

The input to the update vCenter operation.

options
ReplicationvCentersUpdateOptionalParams

The options parameters.

Returns

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

beginUpdateAndWait(string, string, string, string, UpdateVCenterRequest, ReplicationvCentersUpdateOptionalParams)

The operation to update a registered vCenter.

function beginUpdateAndWait(resourceName: string, resourceGroupName: string, fabricName: string, vcenterName: string, updateVCenterRequest: UpdateVCenterRequest, options?: ReplicationvCentersUpdateOptionalParams): Promise<VCenter>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

vcenterName

string

vcenter name.

updateVCenterRequest
UpdateVCenterRequest

The input to the update vCenter operation.

options
ReplicationvCentersUpdateOptionalParams

The options parameters.

Returns

Promise<VCenter>

get(string, string, string, string, ReplicationvCentersGetOptionalParams)

Gets the details of a registered vCenter server(Add vCenter server).

function get(resourceName: string, resourceGroupName: string, fabricName: string, vcenterName: string, options?: ReplicationvCentersGetOptionalParams): Promise<VCenter>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

vcenterName

string

vcenter name.

options
ReplicationvCentersGetOptionalParams

The options parameters.

Returns

Promise<VCenter>

list(string, string, ReplicationvCentersListOptionalParams)

Lists the vCenter servers registered in the vault.

function list(resourceName: string, resourceGroupName: string, options?: ReplicationvCentersListOptionalParams): PagedAsyncIterableIterator<VCenter, VCenter[], PageSettings>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

options
ReplicationvCentersListOptionalParams

The options parameters.

Returns

listByReplicationFabrics(string, string, string, ReplicationvCentersListByReplicationFabricsOptionalParams)

Lists the vCenter servers registered in a fabric.

function listByReplicationFabrics(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationvCentersListByReplicationFabricsOptionalParams): PagedAsyncIterableIterator<VCenter, VCenter[], PageSettings>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

fabricName

string

Fabric name.

Returns