GroupQuotasEnforcementStatusCollection Class
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.
A class representing a collection of GroupQuotasEnforcementStatusResource and their operations. Each GroupQuotasEnforcementStatusResource in the collection will belong to the same instance of GroupQuotaEntityResource. To get a GroupQuotasEnforcementStatusCollection instance call the GetGroupQuotasEnforcementStatuses method from an instance of GroupQuotaEntityResource.
public class GroupQuotasEnforcementStatusCollection : Azure.ResourceManager.ArmCollection
type GroupQuotasEnforcementStatusCollection = class
inherit ArmCollection
Public Class GroupQuotasEnforcementStatusCollection
Inherits ArmCollection
- Inheritance
Constructors
| GroupQuotasEnforcementStatusCollection() |
Initializes a new instance of the GroupQuotasEnforcementStatusCollection class for mocking. |
Properties
| Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmCollection) |
| Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmCollection) |
| Endpoint |
Gets the base uri for this resource client. (Inherited from ArmCollection) |
| Id |
Gets the resource identifier. (Inherited from ArmCollection) |
| Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmCollection) |
Methods
| CreateOrUpdate(WaitUntil, String, AzureLocation, GroupQuotasEnforcementStatusData, CancellationToken) |
Enables the GroupQuotas enforcement for the resource provider and the ___location specified. The resource provider will start using the group quotas as the overall quota for the subscriptions included in the GroupQuota. The subscriptions cannot request quota at subscription level since it is now part of an enforced group. The subscriptions share the GroupQuotaLimits assigned to the GroupQuota. If the GroupQuotaLimits is used, then submit a groupQuotaLimit request for the specific resource - provider/___location/resource. Once the GroupQuota Enforcement is enabled then, it cannot be deleted or reverted back. To disable GroupQuota Enforcement -
|
| CreateOrUpdateAsync(WaitUntil, String, AzureLocation, GroupQuotasEnforcementStatusData, CancellationToken) |
Enables the GroupQuotas enforcement for the resource provider and the ___location specified. The resource provider will start using the group quotas as the overall quota for the subscriptions included in the GroupQuota. The subscriptions cannot request quota at subscription level since it is now part of an enforced group. The subscriptions share the GroupQuotaLimits assigned to the GroupQuota. If the GroupQuotaLimits is used, then submit a groupQuotaLimit request for the specific resource - provider/___location/resource. Once the GroupQuota Enforcement is enabled then, it cannot be deleted or reverted back. To disable GroupQuota Enforcement -
|
| Exists(String, AzureLocation, CancellationToken) |
Checks to see if the resource exists in azure.
|
| ExistsAsync(String, AzureLocation, CancellationToken) |
Checks to see if the resource exists in azure.
|
| Get(String, AzureLocation, CancellationToken) |
Gets the GroupQuotas enforcement settings for the ResourceProvider/___location. The locations, where GroupQuota enforcement is not enabled will return Not Found.
|
| GetAsync(String, AzureLocation, CancellationToken) |
Gets the GroupQuotas enforcement settings for the ResourceProvider/___location. The locations, where GroupQuota enforcement is not enabled will return Not Found.
|
| GetIfExists(String, AzureLocation, CancellationToken) |
Tries to get details for this resource from the service.
|
| GetIfExistsAsync(String, AzureLocation, CancellationToken) |
Tries to get details for this resource from the service.
|
| TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmCollection) |