FailoverProperties1 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.
Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.FailoverProperties1TypeConverter))]
public class FailoverProperties1 : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IFailoverProperties1
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.FailoverProperties1TypeConverter))>]
type FailoverProperties1 = class
interface IFailoverProperties1
interface IJsonSerializable
Public Class FailoverProperties1
Implements IFailoverProperties1
- Inheritance
-
FailoverProperties1
- Attributes
- Implements
Constructors
FailoverProperties1() |
Creates an new FailoverProperties1 instance. |
Properties
IsSafeFailover |
Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FailoverProperties1. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FailoverProperties1. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IFailoverProperties1. |
FromJsonString(String) |
Creates a new instance of FailoverProperties1, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FailoverProperties1 into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |