NetworkCloudRackPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RackPatchParameters represents the body of the request to patch the rack properties.
public class NetworkCloudRackPatch
public class NetworkCloudRackPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRackPatch>
type NetworkCloudRackPatch = class
type NetworkCloudRackPatch = class
interface IJsonModel<NetworkCloudRackPatch>
interface IPersistableModel<NetworkCloudRackPatch>
Public Class NetworkCloudRackPatch
Public Class NetworkCloudRackPatch
Implements IJsonModel(Of NetworkCloudRackPatch), IPersistableModel(Of NetworkCloudRackPatch)
- Inheritance
-
NetworkCloudRackPatch
- Implements
Constructors
NetworkCloudRackPatch() |
Initializes a new instance of NetworkCloudRackPatch. |
Properties
RackLocation |
The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”). |
RackSerialNumber |
The globally unique identifier for the rack. |
Tags |
The Azure resource tags that will replace the existing ones. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkCloudRackPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudRackPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudRackPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudRackPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudRackPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET