Sdílet prostřednictvím


VolumeQuotaRulePatch Class

Definition

Patchable Quota Rule of a Volume

[Microsoft.Rest.Serialization.JsonTransformation]
public class VolumeQuotaRulePatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VolumeQuotaRulePatch = class
Public Class VolumeQuotaRulePatch
Inheritance
VolumeQuotaRulePatch
Attributes

Constructors

VolumeQuotaRulePatch()

Initializes a new instance of the VolumeQuotaRulePatch class.

VolumeQuotaRulePatch(IDictionary<String,String>, Nullable<ProvisioningState>, Nullable<Int64>, String, String)

Initializes a new instance of the VolumeQuotaRulePatch 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'

Tags

Gets or sets resource tags

Applies to