你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.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()

Applies to