VolumeQuotaRulePatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |