ServerEditionCapability Class
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.
Server edition capabilities.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerEditionCapabilityTypeConverter))]
public class ServerEditionCapability : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerEditionCapabilityTypeConverter))>]
type ServerEditionCapability = class
interface IServerEditionCapability
interface IJsonSerializable
Public Class ServerEditionCapability
Implements IServerEditionCapability
- Inheritance
-
ServerEditionCapability
- Attributes
- Implements
Constructors
ServerEditionCapability() |
Creates an new ServerEditionCapability instance. |
Properties
Name |
Server edition name |
SupportedServerVersion |
A list of supported server versions. |
SupportedStorageEdition |
A list of supported storage editions |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServerEditionCapability. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerEditionCapability. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerEditionCapability. |
FromJsonString(String) |
Creates a new instance of ServerEditionCapability, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerEditionCapability into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |