New-AzVMwareAddonVrPropertiesObject

Create a in-memory object for AddonVrProperties

Note

This is the previous version of our documentation. Please consult the most recent version for up-to-date information.

Syntax

New-AzVMwareAddonVrPropertiesObject
   -VrsCount <Int32>
   [<CommonParameters>]

Description

Create a in-memory object for AddonVrProperties

Examples

Example 1: Create a local VR object for the Addon Property parameter

PS C:\> New-AzVMwareAddonVrPropertiesObject -VrsCount 2

AddonType ProvisioningState VrsCount
--------- ----------------- --------
VR                          2

Create a local VR object for the Addon Property parameter

Parameters

-VrsCount

The vSphere Replication Server (VRS) count.

Type:Int32
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Outputs

AddonVrProperties

Notes

ALIASES