FailoverConfigurationSpec 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.FailoverConfigurationSpecTypeConverter))]
public class FailoverConfigurationSpec : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IFailoverConfigurationSpec
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.FailoverConfigurationSpecTypeConverter))>]
type FailoverConfigurationSpec = class
interface IFailoverConfigurationSpec
interface IJsonSerializable
Public Class FailoverConfigurationSpec
Implements IFailoverConfigurationSpec
- Inheritance
-
FailoverConfigurationSpec
- Attributes
- Implements
Constructors
FailoverConfigurationSpec() |
Creates an new FailoverConfigurationSpec instance. |
Properties
ActiveLocation |
Active location where data flow will occur. |
Location |
Locations that are configured for failover. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FailoverConfigurationSpec. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FailoverConfigurationSpec. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IFailoverConfigurationSpec. |
FromJsonString(String) |
Creates a new instance of FailoverConfigurationSpec, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FailoverConfigurationSpec into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |