Interface CapabilityProperties


public interface CapabilityProperties
An immutable client-side representation of CapabilityProperties.
  • Method Details

    • zone

      String zone()
      Gets the zone property: zone name.
      Returns:
      the zone value.
    • supportedHAMode

      List<String> supportedHAMode()
      Gets the supportedHAMode property: Supported high availability mode.
      Returns:
      the supportedHAMode value.
    • supportedGeoBackupRegions

      List<String> supportedGeoBackupRegions()
      Gets the supportedGeoBackupRegions property: supported geo backup regions.
      Returns:
      the supportedGeoBackupRegions value.
    • supportedFlexibleServerEditions

      List<ServerEditionCapability> supportedFlexibleServerEditions()
      Gets the supportedFlexibleServerEditions property: A list of supported flexible server editions.
      Returns:
      the supportedFlexibleServerEditions value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.CapabilityPropertiesInner object.
      Returns:
      the inner object.