Interface CapabilityProperties
-
public interface CapabilityProperties
An immutable client-side representation of CapabilityProperties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapabilityPropertiesInner
innerModel()
Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.CapabilityPropertiesInner object.List<ServerEditionCapability>
supportedFlexibleServerEditions()
Gets the supportedFlexibleServerEditions property: A list of supported flexible server editions.List<String>
supportedGeoBackupRegions()
Gets the supportedGeoBackupRegions property: supported geo backup regions.List<String>
supportedHAMode()
Gets the supportedHAMode property: Supported high availability mode.String
zone()
Gets the zone property: zone name.
-
-
-
Method Detail
-
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
CapabilityPropertiesInner innerModel()
Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.CapabilityPropertiesInner object.- Returns:
- the inner object.
-
-