HighAvailability 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.
Network related properties of a server
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.HighAvailabilityTypeConverter))]
public class HighAvailability : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IHighAvailability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.HighAvailabilityTypeConverter))>]
type HighAvailability = class
interface IHighAvailability
interface IJsonSerializable
Public Class HighAvailability
Implements IHighAvailability
- Inheritance
-
HighAvailability
- Attributes
- Implements
Constructors
HighAvailability() |
Creates an new HighAvailability instance. |
Properties
Mode |
High availability mode for a server. |
StandbyAvailabilityZone |
Availability zone of the standby server. |
State |
The state of server high availability. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HighAvailability. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HighAvailability. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IHighAvailability. |
FromJsonString(String) |
Creates a new instance of HighAvailability, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HighAvailability into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |