Sdílet prostřednictvím


CapacityPool Class

Definition

Capacity pool resource

[Microsoft.Rest.Serialization.JsonTransformation]
public class CapacityPool : Microsoft.Azure.Management.NetApp.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CapacityPool = class
    inherit TrackedResource
Public Class CapacityPool
Inherits TrackedResource
Inheritance
Attributes

Constructors

CapacityPool()

Initializes a new instance of the CapacityPool class.

CapacityPool(String, String, Int64, String, String, String, SystemData, IDictionary<String,String>, String, String, String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

Initializes a new instance of the CapacityPool class.

Properties

CoolAccess

Gets or sets if enabled (true) the pool can contain cool Access enabled volumes.

EncryptionType

Gets or sets 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. Possible values include: 'Single', 'Double'

Etag

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

Id

Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
PoolId

Gets uUID v4 used to identify the Pool

ProvisioningState

Gets azure lifecycle management

QosType

Gets or sets the qos type of the pool Possible values include: 'Auto', 'Manual'

ServiceLevel

Gets or sets the service level of the file system Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'

Size

Gets or sets provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 1099511627776).

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
TotalThroughputMibps

Gets total throughput of pool in MiB/s

Type

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

(Inherited from Resource)
UtilizedThroughputMibps

Gets utilized throughput of pool in MiB/s

Methods

Validate()

Validate the object.

Extension Methods

ToPsNetAppFilesPool(CapacityPool)

Applies to