StorageAppliancePatchProperties 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.
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
StorageAppliancePatchProperties() |
Creates an new StorageAppliancePatchProperties instance. |
Properties
SerialNumber |
The serial number for the storage appliance. |
Methods
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() |