GroupQuotasEntityProperties 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.
Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEntityPropertiesTypeConverter))]
public class GroupQuotasEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntityProperties, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEntityPropertiesTypeConverter))>]
type GroupQuotasEntityProperties = class
interface IGroupQuotasEntityProperties
interface IJsonSerializable
interface IGroupQuotasEntityBase
interface IValidates
Public Class GroupQuotasEntityProperties
Implements IGroupQuotasEntityProperties, IValidates
- Inheritance
-
GroupQuotasEntityProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GroupQuotasEntityProperties() |
Creates an new GroupQuotasEntityProperties instance. |
Properties
| Name | Description |
|---|---|
| DisplayName |
Display name of the GroupQuota entity. |
| GroupType |
Type of the group. |
| ProvisioningState |
Provisioning state of the operation. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GroupQuotasEntityProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupQuotasEntityProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntityProperties. |
| FromJsonString(String) |
Creates a new instance of GroupQuotasEntityProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupQuotasEntityProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |