Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanA2ADetails Method

Definition

Initializes a new instance of RecoveryPlanA2ADetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanA2ADetails RecoveryPlanA2ADetails (string primaryZone = default, string recoveryZone = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation primaryExtendedLocation = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation recoveryExtendedLocation = default);
static member RecoveryPlanA2ADetails : string * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanA2ADetails
Public Shared Function RecoveryPlanA2ADetails (Optional primaryZone As String = Nothing, Optional recoveryZone As String = Nothing, Optional primaryExtendedLocation As SiteRecoveryExtendedLocation = Nothing, Optional recoveryExtendedLocation As SiteRecoveryExtendedLocation = Nothing) As RecoveryPlanA2ADetails

Parameters

primaryZone
String

The primary zone.

recoveryZone
String

The recovery zone.

primaryExtendedLocation
SiteRecoveryExtendedLocation

The primary extended location.

recoveryExtendedLocation
SiteRecoveryExtendedLocation

The recovery extended location.

Returns

A new RecoveryPlanA2ADetails instance for mocking.

Applies to