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

Constructors

Name Description
StorageInformation()

Creates an new StorageInformation instance.

Properties

Name Description
Id

Fully qualified resource ID for the storage account.

Methods

Name Description
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.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