StorageAppliancePatchParameters 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.
StorageAppliancePatchParameters represents the body of the request to patch storage appliance properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePatchParametersTypeConverter))]
public class StorageAppliancePatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageAppliancePatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePatchParametersTypeConverter))>]
type StorageAppliancePatchParameters = class
interface IStorageAppliancePatchParameters
interface IJsonSerializable
Public Class StorageAppliancePatchParameters
Implements IStorageAppliancePatchParameters
- Inheritance
-
StorageAppliancePatchParameters
- Attributes
- Implements
Constructors
StorageAppliancePatchParameters() |
Creates an new StorageAppliancePatchParameters instance. |
Properties
SerialNumber |
The serial number for the storage appliance. |
Tag |
The Azure resource tags that will replace the existing ones. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageAppliancePatchParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageAppliancePatchParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageAppliancePatchParameters. |
FromJsonString(String) |
Creates a new instance of StorageAppliancePatchParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageAppliancePatchParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |