GroupQuotaEnforcementProperties Class

Definition

The GroupQuotaEnforcementProperties.

public class GroupQuotaEnforcementProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.GroupQuotaEnforcementProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.GroupQuotaEnforcementProperties>
type GroupQuotaEnforcementProperties = class
    interface IJsonModel<GroupQuotaEnforcementProperties>
    interface IPersistableModel<GroupQuotaEnforcementProperties>
Public Class GroupQuotaEnforcementProperties
Implements IJsonModel(Of GroupQuotaEnforcementProperties), IPersistableModel(Of GroupQuotaEnforcementProperties)
Inheritance
GroupQuotaEnforcementProperties
Implements

Constructors

GroupQuotaEnforcementProperties()

Initializes a new instance of GroupQuotaEnforcementProperties.

Properties

EnforcementEnabled

Is the GroupQuota Enforcement enabled for the Azure region.

FaultCode

Details of the failure.

ProvisioningState

Request status.

Explicit Interface Implementations

IJsonModel<GroupQuotaEnforcementProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GroupQuotaEnforcementProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GroupQuotaEnforcementProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GroupQuotaEnforcementProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GroupQuotaEnforcementProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to