VolumeUpdateProperties 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.
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() |