Dela via


FailoverProperties Class

Definition

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.Api20221001Preview.FailoverPropertiesTypeConverter))]
public class FailoverProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.IFailoverProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.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.Api20221001Preview.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()

Applies to