다음을 통해 공유


QuotaExtensions.GetSubscriptionQuotaAllocationsLists Method

Definition

Gets a collection of SubscriptionQuotaAllocationsListResources in the ManagementGroupResource. MockingTo mock this method, please mock GetSubscriptionQuotaAllocationsLists() instead.

public static Azure.ResourceManager.Quota.SubscriptionQuotaAllocationsListCollection GetSubscriptionQuotaAllocationsLists(this Azure.ResourceManager.ManagementGroups.ManagementGroupResource managementGroupResource);
static member GetSubscriptionQuotaAllocationsLists : Azure.ResourceManager.ManagementGroups.ManagementGroupResource -> Azure.ResourceManager.Quota.SubscriptionQuotaAllocationsListCollection
<Extension()>
Public Function GetSubscriptionQuotaAllocationsLists (managementGroupResource As ManagementGroupResource) As SubscriptionQuotaAllocationsListCollection

Parameters

managementGroupResource
ManagementGroupResource

The ManagementGroupResource instance the method will execute against.

Returns

An object representing collection of SubscriptionQuotaAllocationsListResources and their operations over a SubscriptionQuotaAllocationsListResource.

Exceptions

managementGroupResource is null.

Applies to