GroupQuotaLimitListProperties Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaLimitListPropertiesTypeConverter))]
public class GroupQuotaLimitListProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimitListProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaLimitListPropertiesTypeConverter))>]
type GroupQuotaLimitListProperties = class
interface IGroupQuotaLimitListProperties
interface IJsonSerializable
Public Class GroupQuotaLimitListProperties
Implements IGroupQuotaLimitListProperties
- Inheritance
-
GroupQuotaLimitListProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GroupQuotaLimitListProperties() |
Creates an new GroupQuotaLimitListProperties instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The URL to use for getting the next set of results. |
| ProvisioningState |
Request status. |
| Value |
List of Group Quota Limit details. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GroupQuotaLimitListProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupQuotaLimitListProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotaLimitListProperties. |
| FromJsonString(String) |
Creates a new instance of GroupQuotaLimitListProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupQuotaLimitListProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |