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