다음을 통해 공유


VolumeUpdateProperties Class

Definition

Volume response properties.

[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeUpdatePropertiesTypeConverter))]
public class VolumeUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeUpdateProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.VolumeUpdatePropertiesTypeConverter))>]
type VolumeUpdateProperties = class
    interface IVolumeUpdateProperties
    interface IJsonSerializable
Public Class VolumeUpdateProperties
Implements IVolumeUpdateProperties
Inheritance
VolumeUpdateProperties
Attributes
Implements

Constructors

VolumeUpdateProperties()

Creates an new VolumeUpdateProperties instance.

Properties

ManagedByResourceId

Resource ID of the resource managing the volume, this is a restricted field and can only be set for internal use.

SizeGiB

Volume size.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VolumeUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VolumeUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IVolumeUpdateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VolumeUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to