QuotaExtensions.GetGroupQuotaEntities(ManagementGroupResource) Method

Definition

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

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 instance the method will execute against.

Returns

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

Exceptions

managementGroupResource is null.

Applies to