A2AFabricSpecificLocationDetails 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
A2AFabricSpecificLocationDetails() |
Initializes a new instance of the A2AFabricSpecificLocationDetails class. |
A2AFabricSpecificLocationDetails(String, String, ExtendedLocation, ExtendedLocation, String, String, String, String, ExtendedLocation, ExtendedLocation, String, String) |
Initializes a new instance of the A2AFabricSpecificLocationDetails class. |
A2AFabricSpecificLocationDetails()
Initializes a new instance of the A2AFabricSpecificLocationDetails class.
public A2AFabricSpecificLocationDetails ();
Public Sub New ()
Applies to
A2AFabricSpecificLocationDetails(String, String, ExtendedLocation, ExtendedLocation, String, String, String, String, ExtendedLocation, ExtendedLocation, String, String)
Initializes a new instance of the A2AFabricSpecificLocationDetails class.
public A2AFabricSpecificLocationDetails (string initialPrimaryZone = default, string initialRecoveryZone = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation initialPrimaryExtendedLocation = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation initialRecoveryExtendedLocation = default, string initialPrimaryFabricLocation = default, string initialRecoveryFabricLocation = default, string primaryZone = default, string recoveryZone = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation primaryExtendedLocation = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation recoveryExtendedLocation = default, string primaryFabricLocation = default, string recoveryFabricLocation = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AFabricSpecificLocationDetails : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExtendedLocation * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AFabricSpecificLocationDetails
Public Sub New (Optional initialPrimaryZone As String = Nothing, Optional initialRecoveryZone As String = Nothing, Optional initialPrimaryExtendedLocation As ExtendedLocation = Nothing, Optional initialRecoveryExtendedLocation As ExtendedLocation = Nothing, Optional initialPrimaryFabricLocation As String = Nothing, Optional initialRecoveryFabricLocation As String = Nothing, Optional primaryZone As String = Nothing, Optional recoveryZone As String = Nothing, Optional primaryExtendedLocation As ExtendedLocation = Nothing, Optional recoveryExtendedLocation As ExtendedLocation = Nothing, Optional primaryFabricLocation As String = Nothing, Optional recoveryFabricLocation As String = Nothing)
Parameters
- initialPrimaryZone
- String
The initial source zone info.
- initialRecoveryZone
- String
The initial target zone info.
- initialPrimaryExtendedLocation
- ExtendedLocation
The initial primary ExtendedLocation.
- initialRecoveryExtendedLocation
- ExtendedLocation
The initial recovery ExtendedLocation.
- initialPrimaryFabricLocation
- String
Initial primary fabric location info.
- initialRecoveryFabricLocation
- String
The initial recovery fabric location info.
- primaryZone
- String
Source zone info.
- recoveryZone
- String
The target zone info.
- primaryExtendedLocation
- ExtendedLocation
The primary ExtendedLocation.
- recoveryExtendedLocation
- ExtendedLocation
The recovery ExtendedLocation.
- primaryFabricLocation
- String
Primary fabric location info.
- recoveryFabricLocation
- String
The recovery fabric location info.