MockableQuotaArmClient.GetGroupQuotasEnforcementStatusResource Method

Definition

Gets an object representing a GroupQuotasEnforcementStatusResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.Quota.GroupQuotasEnforcementStatusResource GetGroupQuotasEnforcementStatusResource(Azure.Core.ResourceIdentifier id);
abstract member GetGroupQuotasEnforcementStatusResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Quota.GroupQuotasEnforcementStatusResource
override this.GetGroupQuotasEnforcementStatusResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Quota.GroupQuotasEnforcementStatusResource
Public Overridable Function GetGroupQuotasEnforcementStatusResource (id As ResourceIdentifier) As GroupQuotasEnforcementStatusResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a GroupQuotasEnforcementStatusResource object.

Applies to