ArmWorkloadsModelFactory.SapAvailabilityZonePair Method
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.
Initializes a new instance of SapAvailabilityZonePair.
public static Azure.ResourceManager.Workloads.Models.SapAvailabilityZonePair SapAvailabilityZonePair (long? zoneA = default, long? zoneB = default);
static member SapAvailabilityZonePair : Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.Workloads.Models.SapAvailabilityZonePair
Public Shared Function SapAvailabilityZonePair (Optional zoneA As Nullable(Of Long) = Nothing, Optional zoneB As Nullable(Of Long) = Nothing) As SapAvailabilityZonePair
Parameters
Returns
A new SapAvailabilityZonePair instance for mocking.