FlexibleServerEditionCapability interface   
Flexible server edition capabilities.
- Extends
 
Properties
| default | 
	Default sku name for the server edition NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | Server edition name NOTE: This property will not be serialized. It can only be populated by the server.  | 
| supported | 
	List of supported server SKUs. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| supported | 
	The list of editions supported by this server edition. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Inherited Properties
| reason | The reason for the capability not being available. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| status | The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		defaultSkuName
	  
	Default sku name for the server edition NOTE: This property will not be serialized. It can only be populated by the server.
defaultSkuName?: string
				Property Value
string
name
Server edition name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
		supportedServerSkus
	  
	List of supported server SKUs. NOTE: This property will not be serialized. It can only be populated by the server.
supportedServerSkus?: ServerSkuCapability[]
				Property Value
		supportedStorageEditions
	  
	The list of editions supported by this server edition. NOTE: This property will not be serialized. It can only be populated by the server.
supportedStorageEditions?: StorageEditionCapability[]
				Property Value
Inherited Property Details
reason
The reason for the capability not being available. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
				Property Value
string
Inherited From CapabilityBase.reason
status
The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.
status?: CapabilityStatus
				Property Value
Inherited From CapabilityBase.status