Dela via


FileShareProvisionIlrContent Class

Definition

Update snapshot Uri with the correct friendly Name of the source Azure file share.

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

Constructors

FileShareProvisionIlrContent()

Initializes a new instance of FileShareProvisionIlrContent.

Properties

RecoveryPointId

Recovery point ID.

SourceResourceId

Source Storage account ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FileShareProvisionIlrContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FileShareProvisionIlrContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<IlrContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from IlrContent)
IPersistableModel<FileShareProvisionIlrContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileShareProvisionIlrContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FileShareProvisionIlrContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<IlrContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from IlrContent)

Applies to