Freigeben über


QumuloFileSystemResourcePatch Class

Definition

The type used for update operations of the FileSystemResource.

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

Constructors

QumuloFileSystemResourcePatch()

Initializes a new instance of QumuloFileSystemResourcePatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

The updatable properties of the FileSystemResource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<QumuloFileSystemResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QumuloFileSystemResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QumuloFileSystemResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QumuloFileSystemResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QumuloFileSystemResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to