ElasticSanVolumeData Class

Definition

A class representing the ElasticSanVolume data model. Response for Volume request.

public class ElasticSanVolumeData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.ElasticSanVolumeData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.ElasticSanVolumeData>
public class ElasticSanVolumeData : Azure.ResourceManager.Models.ResourceData
type ElasticSanVolumeData = class
    inherit ResourceData
    interface IJsonModel<ElasticSanVolumeData>
    interface IPersistableModel<ElasticSanVolumeData>
type ElasticSanVolumeData = class
    inherit ResourceData
Public Class ElasticSanVolumeData
Inherits ResourceData
Implements IJsonModel(Of ElasticSanVolumeData), IPersistableModel(Of ElasticSanVolumeData)
Public Class ElasticSanVolumeData
Inherits ResourceData
Inheritance
ElasticSanVolumeData
Implements

Constructors

ElasticSanVolumeData(Int64)

Initializes a new instance of ElasticSanVolumeData.

Properties

CreationData

State of the operation on the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
ManagedByResourceId

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

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

State of the operation on the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SizeGiB

Volume size.

StorageTarget

Storage target information.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
VolumeId

Unique Id of the volume in GUID format.

Explicit Interface Implementations

IJsonModel<ElasticSanVolumeData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ElasticSanVolumeData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticSanVolumeData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticSanVolumeData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ElasticSanVolumeData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to