A2AZoneDetails 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
A2AZoneDetails() |
Initializes a new instance of the A2AZoneDetails class. |
A2AZoneDetails(String, String) |
Initializes a new instance of the A2AZoneDetails class. |
A2AZoneDetails()
Initializes a new instance of the A2AZoneDetails class.
public A2AZoneDetails ();
Public Sub New ()
Applies to
A2AZoneDetails(String, String)
Initializes a new instance of the A2AZoneDetails class.
public A2AZoneDetails (string source = default, string target = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AZoneDetails : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AZoneDetails
Public Sub New (Optional source As String = Nothing, Optional target As String = Nothing)
Parameters
- source
- String
Source zone info.
- target
- String
The target zone info.