Delen via


BaseResourceProperties Class

Definition

Properties which are specific to datasource/datasourceSets Please note BaseResourceProperties 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 DefaultResourceProperties.

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

Constructors

BaseResourceProperties()

Initializes a new instance of BaseResourceProperties.

Explicit Interface Implementations

IJsonModel<BaseResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BaseResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BaseResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BaseResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BaseResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to