Package version:

Interface VolumeQuotaRulePatch

Patchable Quota Rule of a Volume

interface VolumeQuotaRulePatch {
    provisioningState?: ProvisioningState;
    quotaSizeInKiBs?: number;
    quotaTarget?: string;
    quotaType?: string;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

provisioningState?: 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.

quotaSizeInKiBs?: number

Size of quota

quotaTarget?: string

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

quotaType?: string

Type of quota

tags?: {
    [propertyName: string]: string;
}

Resource tags