GroupQuotasEnforcementStatusProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEnforcementStatusPropertiesTypeConverter))]
public class GroupQuotasEnforcementStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatusProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEnforcementStatusPropertiesTypeConverter))>]
type GroupQuotasEnforcementStatusProperties = class
    interface IGroupQuotasEnforcementStatusProperties
    interface IJsonSerializable
Public Class GroupQuotasEnforcementStatusProperties
Implements IGroupQuotasEnforcementStatusProperties
Inheritance
GroupQuotasEnforcementStatusProperties
Attributes
Implements

Constructors

Name Description
GroupQuotasEnforcementStatusProperties()

Creates an new GroupQuotasEnforcementStatusProperties instance.

Properties

Name Description
EnforcedGroupName

The name of the group that is enforced.

EnforcementEnabled

Is the GroupQuota Enforcement enabled for the Azure region.

FaultCode

Details of the failure.

ProvisioningState

Request status.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotasEnforcementStatusProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotasEnforcementStatusProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEnforcementStatusProperties.

FromJsonString(String)

Creates a new instance of GroupQuotasEnforcementStatusProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotasEnforcementStatusProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to