Delen via


DefaultResourceProperties Class

Definition

Default source properties.

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

Constructors

DefaultResourceProperties()

Initializes a new instance of DefaultResourceProperties.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BaseResourceProperties)
IJsonModel<DefaultResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DefaultResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BaseResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BaseResourceProperties)
IPersistableModel<DefaultResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefaultResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DefaultResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to