Language

QuotaExtensions.GetGroupQuotaEntities(ManagementGroupResource) Method

Definition

Gets a collection of GroupQuotaEntities in the ManagementGroupResource<item> Mocking. To mock this method, please mock GetGroupQuotaEntities() instead. </item>

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

Parameters

managementGroupResource
ManagementGroupResource

The ManagementGroupResource the method will execute against.

Returns

An object representing collection of GroupQuotaEntities and their operations over a GroupQuotaEntityResource.

Exceptions

managementGroupResource is null.

Applies to