ReplicationvCenters interface
Interface representing a ReplicationvCenters.
Methods
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.
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.
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.
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.
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.
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.
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.
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.
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.
The options parameters.