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.
public class GroupQuotasEntityBasePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.GroupQuotasEntityBasePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.GroupQuotasEntityBasePatch>
type GroupQuotasEntityBasePatch = class
interface IJsonModel<GroupQuotasEntityBasePatch>
interface IPersistableModel<GroupQuotasEntityBasePatch>
Public Class GroupQuotasEntityBasePatch
Implements IJsonModel(Of GroupQuotasEntityBasePatch), IPersistableModel(Of GroupQuotasEntityBasePatch)
- Inheritance
-
GroupQuotasEntityBasePatch
- Implements
Constructors
GroupQuotasEntityBasePatch() |
Initializes a new instance of GroupQuotasEntityBasePatch. |
Properties
AdditionalAttributes |
Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds. |
DisplayName |
Display name of the GroupQuota entity. |
ProvisioningState |
Provisioning state of the operation. |
Explicit Interface Implementations
IJsonModel<GroupQuotasEntityBasePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GroupQuotasEntityBasePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GroupQuotasEntityBasePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GroupQuotasEntityBasePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GroupQuotasEntityBasePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET