StorageProfileUpdateDataDisksItem Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.StorageProfileUpdateDataDisksItemTypeConverter))]
public class StorageProfileUpdateDataDisksItem : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageProfileUpdateDataDisksItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.StorageProfileUpdateDataDisksItemTypeConverter))>]
type StorageProfileUpdateDataDisksItem = class
    interface IStorageProfileUpdateDataDisksItem
    interface IJsonSerializable
Public Class StorageProfileUpdateDataDisksItem
Implements IStorageProfileUpdateDataDisksItem
Inheritance
StorageProfileUpdateDataDisksItem
Attributes
Implements

Constructors

StorageProfileUpdateDataDisksItem()

Creates an new StorageProfileUpdateDataDisksItem instance.

Properties

Id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageProfileUpdateDataDisksItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageProfileUpdateDataDisksItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IStorageProfileUpdateDataDisksItem.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageProfileUpdateDataDisksItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to