Share via


StorageInformation Class

Definition

Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.StorageInformationTypeConverter))]
public class StorageInformation : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IStorageInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.StorageInformationTypeConverter))>]
type StorageInformation = class
    interface IStorageInformation
    interface IJsonSerializable
Public Class StorageInformation
Implements IStorageInformation
Inheritance
StorageInformation
Attributes
Implements

Constructors

StorageInformation()

Creates an new StorageInformation instance.

Properties

Id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IStorageInformation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to