GroupQuotaAdditionalAttributesPatch 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.
Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota.
public class GroupQuotaAdditionalAttributesPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.GroupQuotaAdditionalAttributesPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.GroupQuotaAdditionalAttributesPatch>
type GroupQuotaAdditionalAttributesPatch = class
interface IJsonModel<GroupQuotaAdditionalAttributesPatch>
interface IPersistableModel<GroupQuotaAdditionalAttributesPatch>
Public Class GroupQuotaAdditionalAttributesPatch
Implements IJsonModel(Of GroupQuotaAdditionalAttributesPatch), IPersistableModel(Of GroupQuotaAdditionalAttributesPatch)
- Inheritance
-
GroupQuotaAdditionalAttributesPatch
- Implements
Constructors
GroupQuotaAdditionalAttributesPatch() |
Initializes a new instance of GroupQuotaAdditionalAttributesPatch. |
Properties
Environment |
Environment name. |
GroupId |
The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable. |
Explicit Interface Implementations
IJsonModel<GroupQuotaAdditionalAttributesPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GroupQuotaAdditionalAttributesPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GroupQuotaAdditionalAttributesPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GroupQuotaAdditionalAttributesPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GroupQuotaAdditionalAttributesPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET