FailoverProperties 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.FailoverPropertiesTypeConverter))]
public class FailoverProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IFailoverProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.FailoverPropertiesTypeConverter))>]
type FailoverProperties = class
interface IFailoverProperties
interface IJsonSerializable
Public Class FailoverProperties
Implements IFailoverProperties
- Inheritance
-
FailoverProperties
- Attributes
- Implements
Constructors
FailoverProperties() |
Creates an new FailoverProperties 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 FailoverProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FailoverProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IFailoverProperties. |
FromJsonString(String) |
Creates a new instance of FailoverProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FailoverProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |