SiteRecoveryFabricCreateOrUpdateContent Class

Definition

Site details provided during the time of site creation.

public class SiteRecoveryFabricCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryFabricCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryFabricCreateOrUpdateContent>
type SiteRecoveryFabricCreateOrUpdateContent = class
    interface IJsonModel<SiteRecoveryFabricCreateOrUpdateContent>
    interface IPersistableModel<SiteRecoveryFabricCreateOrUpdateContent>
Public Class SiteRecoveryFabricCreateOrUpdateContent
Implements IJsonModel(Of SiteRecoveryFabricCreateOrUpdateContent), IPersistableModel(Of SiteRecoveryFabricCreateOrUpdateContent)
Inheritance
SiteRecoveryFabricCreateOrUpdateContent
Implements

Constructors

SiteRecoveryFabricCreateOrUpdateContent()

Initializes a new instance of SiteRecoveryFabricCreateOrUpdateContent.

Properties

FabricCreationCustomDetails

Fabric provider specific creation input. Please note FabricSpecificCreationContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SiteRecoveryFabricProviderCreationContent, InMageRcmFabricCreationContent and VMwareV2FabricCreationContent.

Explicit Interface Implementations

IJsonModel<SiteRecoveryFabricCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteRecoveryFabricCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryFabricCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryFabricCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteRecoveryFabricCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to