A2AFabricSpecificLocationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ExtendedLocation details data.
public class A2AFabricSpecificLocationDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AFabricSpecificLocationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AFabricSpecificLocationDetails>
type A2AFabricSpecificLocationDetails = class
interface IJsonModel<A2AFabricSpecificLocationDetails>
interface IPersistableModel<A2AFabricSpecificLocationDetails>
Public Class A2AFabricSpecificLocationDetails
Implements IJsonModel(Of A2AFabricSpecificLocationDetails), IPersistableModel(Of A2AFabricSpecificLocationDetails)
- Inheritance
-
A2AFabricSpecificLocationDetails
- Implements
Properties
InitialPrimaryExtendedLocation |
The initial primary ExtendedLocation. |
InitialPrimaryFabricLocation |
Initial primary fabric location info. |
InitialPrimaryZone |
The initial source zone info. |
InitialRecoveryExtendedLocation |
The initial recovery ExtendedLocation. |
InitialRecoveryFabricLocation |
The initial recovery fabric location info. |
InitialRecoveryZone |
The initial target zone info. |
PrimaryExtendedLocation |
The primary ExtendedLocation. |
PrimaryFabricLocation |
Primary fabric location info. |
PrimaryZone |
Source zone info. |
RecoveryExtendedLocation |
The recovery ExtendedLocation. |
RecoveryFabricLocation |
The recovery fabric location info. |
RecoveryZone |
The target zone info. |
Explicit Interface Implementations
IJsonModel<A2AFabricSpecificLocationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<A2AFabricSpecificLocationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<A2AFabricSpecificLocationDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<A2AFabricSpecificLocationDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<A2AFabricSpecificLocationDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET