Class SapAvailabilityZonePair

java.lang.Object
com.azure.resourcemanager.workloads.models.SapAvailabilityZonePair

public final class SapAvailabilityZonePair extends Object
The SAP Availability Zone Pair.
  • Constructor Details

    • SapAvailabilityZonePair

      public SapAvailabilityZonePair()
  • Method Details

    • zoneA

      public Long zoneA()
      Get the zoneA property: The zone A.
      Returns:
      the zoneA value.
    • withZoneA

      public SapAvailabilityZonePair withZoneA(Long zoneA)
      Set the zoneA property: The zone A.
      Parameters:
      zoneA - the zoneA value to set.
      Returns:
      the SapAvailabilityZonePair object itself.
    • zoneB

      public Long zoneB()
      Get the zoneB property: The zone B.
      Returns:
      the zoneB value.
    • withZoneB

      public SapAvailabilityZonePair withZoneB(Long zoneB)
      Set the zoneB property: The zone B.
      Parameters:
      zoneB - the zoneB value to set.
      Returns:
      the SapAvailabilityZonePair object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.