Share via


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.Api202301Preview.ArmDisasterRecoveryListResultTypeConverter))]
public class ArmDisasterRecoveryListResult : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IArmDisasterRecoveryListResult
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.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.Api202301Preview.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