FabricSpecificCreationContent Class

Definition

Fabric provider specific settings. 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.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownFabricSpecificCreationContent))]
public abstract class FabricSpecificCreationContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificCreationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificCreationContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownFabricSpecificCreationContent))>]
type FabricSpecificCreationContent = class
    interface IJsonModel<FabricSpecificCreationContent>
    interface IPersistableModel<FabricSpecificCreationContent>
Public MustInherit Class FabricSpecificCreationContent
Implements IJsonModel(Of FabricSpecificCreationContent), IPersistableModel(Of FabricSpecificCreationContent)
Inheritance
FabricSpecificCreationContent
Derived
Attributes
Implements

Constructors

FabricSpecificCreationContent()

Initializes a new instance of FabricSpecificCreationContent.

Explicit Interface Implementations

IJsonModel<FabricSpecificCreationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FabricSpecificCreationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FabricSpecificCreationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FabricSpecificCreationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FabricSpecificCreationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to