GroupQuotasEntityBasePatch 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 and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEntityBasePatchTypeConverter))]
public class GroupQuotasEntityBasePatch : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntityBasePatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotasEntityBasePatchTypeConverter))>]
type GroupQuotasEntityBasePatch = class
interface IGroupQuotasEntityBasePatch
interface IJsonSerializable
Public Class GroupQuotasEntityBasePatch
Implements IGroupQuotasEntityBasePatch
- Inheritance
-
GroupQuotasEntityBasePatch
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GroupQuotasEntityBasePatch() |
Creates an new GroupQuotasEntityBasePatch 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 GroupQuotasEntityBasePatch. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupQuotasEntityBasePatch. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IGroupQuotasEntityBasePatch. |
| FromJsonString(String) |
Creates a new instance of GroupQuotasEntityBasePatch, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupQuotasEntityBasePatch into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |