Share via


SiteRecoveryFabricProviderCreationContent Class

Definition

Fabric provider specific settings.

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

Constructors

SiteRecoveryFabricProviderCreationContent()

Initializes a new instance of SiteRecoveryFabricProviderCreationContent.

Properties

Location

The Location.

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.

(Inherited from FabricSpecificCreationContent)
IJsonModel<FabricSpecificCreationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FabricSpecificCreationContent)
IJsonModel<SiteRecoveryFabricProviderCreationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryFabricProviderCreationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FabricSpecificCreationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FabricSpecificCreationContent)
IPersistableModel<FabricSpecificCreationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FabricSpecificCreationContent)
IPersistableModel<FabricSpecificCreationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FabricSpecificCreationContent)
IPersistableModel<SiteRecoveryFabricProviderCreationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryFabricProviderCreationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryFabricProviderCreationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to