StorageClassificationMappingCreateOrUpdateContent Class

Definition

Storage mapping input.

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

Constructors

StorageClassificationMappingCreateOrUpdateContent()

Initializes a new instance of StorageClassificationMappingCreateOrUpdateContent.

Properties

TargetStorageClassificationId

The ID of the storage object.

Explicit Interface Implementations

IJsonModel<StorageClassificationMappingCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageClassificationMappingCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageClassificationMappingCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageClassificationMappingCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageClassificationMappingCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to