NetworkCloudStorageAppliancePatch Class

Definition

StorageAppliancePatchParameters represents the body of the request to patch storage appliance properties.

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

Constructors

Name Description
NetworkCloudStorageAppliancePatch()

Initializes a new instance of NetworkCloudStorageAppliancePatch.

Properties

Name Description
SerialNumber

The serial number for the storage appliance.

Tags

Resource tags.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<NetworkCloudStorageAppliancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkCloudStorageAppliancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudStorageAppliancePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudStorageAppliancePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkCloudStorageAppliancePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to