Share via


A2AFabricSpecificLocationDetails Class

Definition

ExtendedLocation details data.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AFabricSpecificLocationDetailsTypeConverter))]
public class A2AFabricSpecificLocationDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AFabricSpecificLocationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AFabricSpecificLocationDetailsTypeConverter))>]
type A2AFabricSpecificLocationDetails = class
    interface IA2AFabricSpecificLocationDetails
    interface IJsonSerializable
Public Class A2AFabricSpecificLocationDetails
Implements IA2AFabricSpecificLocationDetails
Inheritance
A2AFabricSpecificLocationDetails
Attributes
Implements

Constructors

A2AFabricSpecificLocationDetails()

Creates an new A2AFabricSpecificLocationDetails instance.

Properties

InitialPrimaryExtendedLocationName

The name of the extended location.

InitialPrimaryExtendedLocationType

The extended location type.

InitialPrimaryFabricLocation

Initial primary fabric location info.

InitialPrimaryZone

The initial source zone info.

InitialRecoveryExtendedLocationName

The name of the extended location.

InitialRecoveryExtendedLocationType

The extended location type.

InitialRecoveryFabricLocation

The initial recovery fabric location info.

InitialRecoveryZone

The initial target zone info.

PrimaryExtendedLocationName

The name of the extended location.

PrimaryExtendedLocationType

The extended location type.

PrimaryFabricLocation

Primary fabric location info.

PrimaryZone

Source zone info.

RecoveryExtendedLocationName

The name of the extended location.

RecoveryExtendedLocationType

The extended location type.

RecoveryFabricLocation

The recovery fabric location info.

RecoveryZone

The target zone info.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AFabricSpecificLocationDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AFabricSpecificLocationDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AFabricSpecificLocationDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AFabricSpecificLocationDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to