Share via


StorageAppliancePatchProperties Class

Definition

StorageAppliancePatchProperties represents the properties of the storage appliance that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePatchPropertiesTypeConverter))]
public class StorageAppliancePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageAppliancePatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageAppliancePatchPropertiesTypeConverter))>]
type StorageAppliancePatchProperties = class
    interface IStorageAppliancePatchProperties
    interface IJsonSerializable
Public Class StorageAppliancePatchProperties
Implements IStorageAppliancePatchProperties
Inheritance
StorageAppliancePatchProperties
Attributes
Implements

Constructors

Name Description
StorageAppliancePatchProperties()

Creates an new StorageAppliancePatchProperties instance.

Properties

Name Description
SerialNumber

The serial number for the storage appliance.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageAppliancePatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageAppliancePatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageAppliancePatchProperties.

FromJsonString(String)

Creates a new instance of StorageAppliancePatchProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageAppliancePatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to