InMageRcmUpdateReplicationProtectedItemInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InMageRcmUpdateReplicationProtectedItemInput() |
Initializes a new instance of the InMageRcmUpdateReplicationProtectedItemInput class. |
InMageRcmUpdateReplicationProtectedItemInput(String, String, String, String, String, String, String, String, String, IList<InMageRcmNicInput>, String) |
Initializes a new instance of the InMageRcmUpdateReplicationProtectedItemInput class. |
InMageRcmUpdateReplicationProtectedItemInput()
Initializes a new instance of the InMageRcmUpdateReplicationProtectedItemInput class.
public InMageRcmUpdateReplicationProtectedItemInput ();
Public Sub New ()
Applies to
InMageRcmUpdateReplicationProtectedItemInput(String, String, String, String, String, String, String, String, String, IList<InMageRcmNicInput>, String)
Initializes a new instance of the InMageRcmUpdateReplicationProtectedItemInput class.
public InMageRcmUpdateReplicationProtectedItemInput (string targetVMName = default, string targetVMSize = default, string targetResourceGroupId = default, string targetAvailabilitySetId = default, string targetAvailabilityZone = default, string targetProximityPlacementGroupId = default, string targetBootDiagnosticsStorageAccountId = default, string targetNetworkId = default, string testNetworkId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmNicInput> vmNics = default, string licenseType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmUpdateReplicationProtectedItemInput : string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmNicInput> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmUpdateReplicationProtectedItemInput
Public Sub New (Optional targetVMName As String = Nothing, Optional targetVMSize As String = Nothing, Optional targetResourceGroupId As String = Nothing, Optional targetAvailabilitySetId As String = Nothing, Optional targetAvailabilityZone As String = Nothing, Optional targetProximityPlacementGroupId As String = Nothing, Optional targetBootDiagnosticsStorageAccountId As String = Nothing, Optional targetNetworkId As String = Nothing, Optional testNetworkId As String = Nothing, Optional vmNics As IList(Of InMageRcmNicInput) = Nothing, Optional licenseType As String = Nothing)
Parameters
- targetVMName
- String
The target VM name.
- targetVMSize
- String
The target VM size.
- targetResourceGroupId
- String
The target resource group ARM Id.
- targetAvailabilitySetId
- String
The target availability set ARM Id.
- targetAvailabilityZone
- String
The target availability zone.
- targetProximityPlacementGroupId
- String
The target proximity placement group Id.
- targetBootDiagnosticsStorageAccountId
- String
The target boot diagnostics storage account ARM Id.
- targetNetworkId
- String
The target network ARM Id.
- testNetworkId
- String
The test network ARM Id.
- vmNics
- IList<InMageRcmNicInput>
The list of NIC details.
- licenseType
- String
The license type. Possible values include: 'NotSpecified', 'NoLicenseType', 'WindowsServer'