Share via


AzureFabricSpecificDetails Constructors

Definition

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.

containerIds
IList<String>

The container Ids for the Azure fabric.

zones
IList<A2AZoneDetails>

The zones.

extendedLocations
IList<A2AExtendedLocationDetails>

The ExtendedLocations.

locationDetails
IList<A2AFabricSpecificLocationDetails>

The location details.

Applies to