ArmQuotaModelFactory.GroupQuotaEnforcementProperties 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.
Initializes a new instance of GroupQuotaEnforcementProperties.
public static Azure.ResourceManager.Quota.Models.GroupQuotaEnforcementProperties GroupQuotaEnforcementProperties (Azure.ResourceManager.Quota.Models.GroupQuotaEnforcementState? enforcementEnabled = default, Azure.ResourceManager.Quota.Models.QuotaRequestStatus? provisioningState = default, string faultCode = default);
static member GroupQuotaEnforcementProperties : Nullable<Azure.ResourceManager.Quota.Models.GroupQuotaEnforcementState> * Nullable<Azure.ResourceManager.Quota.Models.QuotaRequestStatus> * string -> Azure.ResourceManager.Quota.Models.GroupQuotaEnforcementProperties
Public Shared Function GroupQuotaEnforcementProperties (Optional enforcementEnabled As Nullable(Of GroupQuotaEnforcementState) = Nothing, Optional provisioningState As Nullable(Of QuotaRequestStatus) = Nothing, Optional faultCode As String = Nothing) As GroupQuotaEnforcementProperties
Parameters
- enforcementEnabled
- Nullable<GroupQuotaEnforcementState>
Is the GroupQuota Enforcement enabled for the Azure region.
- provisioningState
- Nullable<QuotaRequestStatus>
Request status.
- faultCode
- String
Details of the failure.
Returns
A new GroupQuotaEnforcementProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET