다음을 통해 공유


ArmQuotaModelFactory.GroupQuotaDetails Method

Definition

Initializes a new instance of GroupQuotaDetails.

public static Azure.ResourceManager.Quota.Models.GroupQuotaDetails GroupQuotaDetails (string resourceName = 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 resourceName 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

resourceName
String

The resource name, such as SKU name.

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