Sdílet prostřednictvím


VolumeQuotaRulePatch interface

Patchable Quota Rule of a Volume

Properties

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

Size of quota

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

quotaType

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}