Compartir a través de


VolumeQuotaRulesProperties Class

Definition

Volume Quota Rule properties

public class VolumeQuotaRulesProperties
type VolumeQuotaRulesProperties = class
Public Class VolumeQuotaRulesProperties
Inheritance
VolumeQuotaRulesProperties

Constructors

VolumeQuotaRulesProperties()

Initializes a new instance of the VolumeQuotaRulesProperties class.

VolumeQuotaRulesProperties(Nullable<ProvisioningState>, Nullable<Int64>, String, String)

Initializes a new instance of the VolumeQuotaRulesProperties class.

Properties

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'

Applies to