GroupQuotasEnforcementListResponse Class

Definition

List of Azure regions, where the group quotas is enabled for enforcement.

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

Constructors

Name Description
GroupQuotasEnforcementListResponse()

Creates an new GroupQuotasEnforcementListResponse instance.

Properties

Name Description
NextLink

The URL to use for getting the next set of results.

Value

List of Azure Regions.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupQuotasEnforcementListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupQuotasEnforcementListResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupQuotasEnforcementListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to