Aracılığıyla paylaş


VolumeQuotaRule Class

Definition

Quota Rule of a Volume

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

Constructors

VolumeQuotaRule()

Initializes a new instance of the VolumeQuotaRule class.

VolumeQuotaRule(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<ProvisioningState>, Nullable<Int64>, String, String)

Initializes a new instance of the VolumeQuotaRule class.

Properties

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)
ProvisioningState

Gets gets the status of the VolumeQuotaRule at the time the operation was called. Possible values include: 'Accepted', 'Creating', 'Patching', 'Deleting', 'Moving', 'Failed', 'Succeeded'

QuotaSizeInKiBs

Gets or sets size of quota

QuotaTarget

Gets or sets userID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid>

QuotaType

Gets or sets type of quota Possible values include: 'DefaultUserQuota', 'DefaultGroupQuota', 'IndividualUserQuota', 'IndividualGroupQuota'

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPs(VolumeQuotaRule)

Applies to