QuotaExtensions.GetGroupQuotaEntities(ManagementGroupResource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET