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

ArmDisasterRecoveryListResult Class

Definition

The result of the List Alias(Disaster Recovery configuration) operation.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ArmDisasterRecoveryListResultTypeConverter))]
public class ArmDisasterRecoveryListResult : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IArmDisasterRecoveryListResult
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ArmDisasterRecoveryListResultTypeConverter))>]
type ArmDisasterRecoveryListResult = class
    interface IArmDisasterRecoveryListResult
    interface IJsonSerializable
Public Class ArmDisasterRecoveryListResult
Implements IArmDisasterRecoveryListResult
Inheritance
ArmDisasterRecoveryListResult
Attributes
Implements

Constructors

ArmDisasterRecoveryListResult()

Creates an new ArmDisasterRecoveryListResult instance.

Properties

NextLink

Link to the next set of results. Not empty if Value contains incomplete list of Alias(Disaster Recovery configuration)

Value

List of Alias(Disaster Recovery configurations)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArmDisasterRecoveryListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArmDisasterRecoveryListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IArmDisasterRecoveryListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArmDisasterRecoveryListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to