Dela via


FailoverPropertiesAutoGenerated 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.FailoverPropertiesAutoGeneratedTypeConverter))]
public class FailoverPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.IFailoverPropertiesAutoGenerated
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.FailoverPropertiesAutoGeneratedTypeConverter))>]
type FailoverPropertiesAutoGenerated = class
    interface IFailoverPropertiesAutoGenerated
    interface IJsonSerializable
Public Class FailoverPropertiesAutoGenerated
Implements IFailoverPropertiesAutoGenerated
Inheritance
FailoverPropertiesAutoGenerated
Attributes
Implements

Constructors

FailoverPropertiesAutoGenerated()

Creates an new FailoverPropertiesAutoGenerated 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 FailoverPropertiesAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FailoverPropertiesAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.IFailoverPropertiesAutoGenerated.

FromJsonString(String)

Creates a new instance of FailoverPropertiesAutoGenerated, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FailoverPropertiesAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to