Share via


FileShareSnapshotPatch Class

Definition

The type used for update operations of the FileShareSnapshot.

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

Constructors

Name Description
FileShareSnapshotPatch()

Initializes a new instance of FileShareSnapshotPatch.

Properties

Name Description
FileShareSnapshotUpdateMetadata

The metadata.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FileShareSnapshotPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FileShareSnapshotPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FileShareSnapshotPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FileShareSnapshotPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FileShareSnapshotPatch>.Write(ModelReaderWriterOptions)

Applies to