Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReplicationvCenters

Package version

Class representing a ReplicationvCenters.

Hierarchy

  • ReplicationvCenters

Index

Constructors

constructor

Methods

beginCreate

  • beginCreate(fabricName: string, vCenterName: string, addVCenterRequest: AddVCenterRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • The operation to create a vCenter object..

    summary

    Add vCenter.

    Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCenter name.

    • addVCenterRequest: AddVCenterRequest

      The input to the add vCenter operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(fabricName: string, vCenterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • The operation to remove(unregister) a registered vCenter server from the vault.

    summary

    Remove vCenter operation.

    Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCenter name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginUpdate

  • beginUpdate(fabricName: string, vCenterName: string, updateVCenterRequest: UpdateVCenterRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • The operation to update a registered vCenter.

    summary

    Update vCenter operation.

    Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCeneter name

    • updateVCenterRequest: UpdateVCenterRequest

      The input to the update vCenter operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

create

  • create(fabricName: string, vCenterName: string, addVCenterRequest: AddVCenterRequest, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationvCentersCreateResponse>
  • The operation to create a vCenter object..

    summary

    Add vCenter.

    Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCenter name.

    • addVCenterRequest: AddVCenterRequest

      The input to the add vCenter operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationvCentersCreateResponse>

    Promise<Models.ReplicationvCentersCreateResponse>

deleteMethod

  • deleteMethod(fabricName: string, vCenterName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • The operation to remove(unregister) a registered vCenter server from the vault.

    summary

    Remove vCenter operation.

    Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCenter name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(fabricName: string, vCenterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationvCentersGetResponse>
  • get(fabricName: string, vCenterName: string, callback: msRest.ServiceCallback<VCenter>): void
  • get(fabricName: string, vCenterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VCenter>): void
  • Gets the details of a registered vCenter server(Add vCenter server.)

    summary

    Gets the details of a vCenter.

    Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCenter name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationvCentersGetResponse>

    Promise<Models.ReplicationvCentersGetResponse>

  • Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCenter name.

    • callback: msRest.ServiceCallback<VCenter>

      The callback

    Returns void

  • Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCenter name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VCenter>

      The callback

    Returns void

list

  • list(options?: msRest.RequestOptionsBase): Promise<Models.ReplicationvCentersListResponse>
  • list(callback: msRest.ServiceCallback<VCenterCollection>): void
  • list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VCenterCollection>): void

listByReplicationFabrics

  • listByReplicationFabrics(fabricName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationvCentersListByReplicationFabricsResponse>
  • listByReplicationFabrics(fabricName: string, callback: msRest.ServiceCallback<VCenterCollection>): void
  • listByReplicationFabrics(fabricName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VCenterCollection>): void
  • Lists the vCenter servers registered in a fabric.

    summary

    Gets the list of vCenter registered under a fabric.

    Parameters

    • fabricName: string

      Fabric name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationvCentersListByReplicationFabricsResponse>

    Promise<Models.ReplicationvCentersListByReplicationFabricsResponse>

  • Parameters

    • fabricName: string

      Fabric name.

    • callback: msRest.ServiceCallback<VCenterCollection>

      The callback

    Returns void

  • Parameters

    • fabricName: string

      Fabric name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VCenterCollection>

      The callback

    Returns void

listByReplicationFabricsNext

  • listByReplicationFabricsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationvCentersListByReplicationFabricsNextResponse>
  • listByReplicationFabricsNext(nextPageLink: string, callback: msRest.ServiceCallback<VCenterCollection>): void
  • listByReplicationFabricsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VCenterCollection>): void
  • Lists the vCenter servers registered in a fabric.

    summary

    Gets the list of vCenter registered under a fabric.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationvCentersListByReplicationFabricsNextResponse>

    Promise<Models.ReplicationvCentersListByReplicationFabricsNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<VCenterCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VCenterCollection>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationvCentersListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<VCenterCollection>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VCenterCollection>): void
  • Lists the vCenter servers registered in the vault.

    summary

    Gets the list of vCenter registered under the vault.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationvCentersListNextResponse>

    Promise<Models.ReplicationvCentersListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<VCenterCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VCenterCollection>

      The callback

    Returns void

update

  • update(fabricName: string, vCenterName: string, updateVCenterRequest: UpdateVCenterRequest, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationvCentersUpdateResponse>
  • The operation to update a registered vCenter.

    summary

    Update vCenter operation.

    Parameters

    • fabricName: string

      Fabric name.

    • vCenterName: string

      vCeneter name

    • updateVCenterRequest: UpdateVCenterRequest

      The input to the update vCenter operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReplicationvCentersUpdateResponse>

    Promise<Models.ReplicationvCentersUpdateResponse>

Generated using TypeDoc