Get Capacity Pool Volume Quota Rule Result
data class GetCapacityPoolVolumeQuotaRuleResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val quotaSizeInKiBs: Double? = null, val quotaTarget: String? = null, val quotaType: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Quota Rule of a Volume
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the status of the VolumeQuotaRule at the time the operation was called.
Link copied to clipboard
Size of quota
Link copied to clipboard
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
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.