Package-level declarations

Types

Link copied to clipboard
data class AdditionalAttributesResponse(val environment: Any? = null, val groupId: GroupingIdResponse)

Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota.

Link copied to clipboard
data class GetGroupQuotaResult(val id: String, val name: String, val properties: GroupQuotasEntityBaseResponse, val systemData: SystemDataResponse, val type: String)

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

Link copied to clipboard
data class GetGroupQuotaSubscriptionResult(val id: String, val name: String, val properties: GroupQuotaSubscriptionIdResponseProperties, val systemData: SystemDataResponse, val type: String)

This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.

Link copied to clipboard
data class GroupingIdResponse(val groupingIdType: String? = null, val value: String? = null)

The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable.

Link copied to clipboard
data class GroupQuotasEntityBaseResponse(val additionalAttributes: AdditionalAttributesResponse? = null, val displayName: String? = null, val provisioningState: String)

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

data class GroupQuotaSubscriptionIdResponseProperties(val provisioningState: String, val subscriptionId: String)
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.