다음을 통해 공유


NetworkCloudStorageAppliancePatch Class

Definition

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

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

Constructors

NetworkCloudStorageAppliancePatch()

Initializes a new instance of NetworkCloudStorageAppliancePatch.

Properties

SerialNumber

The serial number for the storage appliance.

Tags

The Azure resource tags that will replace the existing ones.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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