CapacityPoolData Class

Definition

A class representing the CapacityPool data model. Capacity pool resource

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

Constructors

CapacityPoolData(AzureLocation, Int64, NetAppFileServiceLevel)

Initializes a new instance of CapacityPoolData.

Properties

EncryptionType

Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

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

(Inherited from ResourceData)
IsCoolAccessEnabled

If enabled (true) the pool can contain cool Access enabled volumes.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PoolId

UUID v4 used to identify the Pool.

ProvisioningState

Azure lifecycle management.

QosType

The qos type of the pool.

ResourceType

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

(Inherited from ResourceData)
ServiceLevel

The service level of the file system.

Size

Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104).

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
TotalThroughputMibps

Total throughput of pool in MiB/s.

UtilizedThroughputMibps

Utilized throughput of pool in MiB/s.

Explicit Interface Implementations

IJsonModel<CapacityPoolData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CapacityPoolData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CapacityPoolData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CapacityPoolData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CapacityPoolData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to