AzureFabricSpecificDetails 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
AzureFabricSpecificDetails() |
Initializes a new instance of the AzureFabricSpecificDetails class. |
AzureFabricSpecificDetails(String, IList<String>, IList<A2AZoneDetails>, IList<A2AExtendedLocationDetails>, IList<A2AFabricSpecificLocationDetails>) |
Initializes a new instance of the AzureFabricSpecificDetails class. |
AzureFabricSpecificDetails()
Initializes a new instance of the AzureFabricSpecificDetails class.
public AzureFabricSpecificDetails ();
Public Sub New ()
Applies to
AzureFabricSpecificDetails(String, IList<String>, IList<A2AZoneDetails>, IList<A2AExtendedLocationDetails>, IList<A2AFabricSpecificLocationDetails>)
Initializes a new instance of the AzureFabricSpecificDetails class.
public AzureFabricSpecificDetails (string location = default, System.Collections.Generic.IList<string> containerIds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AZoneDetails> zones = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AExtendedLocationDetails> extendedLocations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AFabricSpecificLocationDetails> locationDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureFabricSpecificDetails : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AZoneDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AExtendedLocationDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AFabricSpecificLocationDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureFabricSpecificDetails
Public Sub New (Optional location As String = Nothing, Optional containerIds As IList(Of String) = Nothing, Optional zones As IList(Of A2AZoneDetails) = Nothing, Optional extendedLocations As IList(Of A2AExtendedLocationDetails) = Nothing, Optional locationDetails As IList(Of A2AFabricSpecificLocationDetails) = Nothing)
Parameters
- location
- String
The Location for the Azure fabric.
- zones
- IList<A2AZoneDetails>
The zones.
- extendedLocations
- IList<A2AExtendedLocationDetails>
The ExtendedLocations.
- locationDetails
- IList<A2AFabricSpecificLocationDetails>
The location details.