Delen via


ArmQuotaModelFactory.GroupQuotaDetails Method

Definition

Initializes a new instance of GroupQuotaDetails.

public static Azure.ResourceManager.Quota.Models.GroupQuotaDetails GroupQuotaDetails (string region = default, long? limit = default, string comment = default, string unit = default, long? availableLimit = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Quota.Models.SubscriptionAllocatedQuota> allocatedToSubscriptionsValue = default, string value = default, string localizedValue = default);
static member GroupQuotaDetails : string * Nullable<int64> * string * string * Nullable<int64> * seq<Azure.ResourceManager.Quota.Models.SubscriptionAllocatedQuota> * string * string -> Azure.ResourceManager.Quota.Models.GroupQuotaDetails
Public Shared Function GroupQuotaDetails (Optional region As String = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional comment As String = Nothing, Optional unit As String = Nothing, Optional availableLimit As Nullable(Of Long) = Nothing, Optional allocatedToSubscriptionsValue As IEnumerable(Of SubscriptionAllocatedQuota) = Nothing, Optional value As String = Nothing, Optional localizedValue As String = Nothing) As GroupQuotaDetails

Parameters

region
String

Location/Azure region for the quota requested for resource.

limit
Nullable<Int64>

The current Group Quota Limit at the parentId level.

comment
String

Any comment related to quota request.

unit
String

The usages units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

availableLimit
Nullable<Int64>

The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s).

allocatedToSubscriptionsValue
IEnumerable<SubscriptionAllocatedQuota>

Quota allocated to subscriptions.

value
String

Resource name.

localizedValue
String

Resource display name.

Returns

A new GroupQuotaDetails instance for mocking.

Applies to