VolumeQuotaRulePatch interface
Patchable Quota Rule of a Volume
Properties
provisioning |
Gets the status of the VolumeQuotaRule at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server. |
quota |
Size of quota |
quota |
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 |
quota |
Type of quota |
tags | Resource tags |
Property Details
provisioningState
Gets the status of the VolumeQuotaRule at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
quotaSizeInKiBs
Size of quota
quotaSizeInKiBs?: number
Property Value
number
quotaTarget
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
quotaTarget?: string
Property Value
string
quotaType
Type of quota
quotaType?: string
Property Value
string
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}