InMageEnableProtectionContent(String, Guid, String, String, String) Constructor
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.
Initializes a new instance of InMageEnableProtectionContent.
public InMageEnableProtectionContent (string masterTargetId, Guid processServerId, string retentionDrive, string multiVmGroupId, string multiVmGroupName);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageEnableProtectionContent : string * Guid * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageEnableProtectionContent
Public Sub New (masterTargetId As String, processServerId As Guid, retentionDrive As String, multiVmGroupId As String, multiVmGroupName As String)
Parameters
- masterTargetId
- String
The Master Target Id.
- processServerId
- Guid
The Process Server Id.
- retentionDrive
- String
The retention drive to use on the MT.
- multiVmGroupId
- String
The multi VM group Id.
- multiVmGroupName
- String
The multi VM group name.
Exceptions
masterTargetId
, retentionDrive
, multiVmGroupId
or multiVmGroupName
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET