다음을 통해 공유


GroupQuotasEntityPatchProperties Class

Definition

Properties.

public class GroupQuotasEntityPatchProperties : Azure.ResourceManager.Quota.Models.GroupQuotasEntityBasePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.GroupQuotasEntityPatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.GroupQuotasEntityPatchProperties>
type GroupQuotasEntityPatchProperties = class
    inherit GroupQuotasEntityBasePatch
    interface IJsonModel<GroupQuotasEntityPatchProperties>
    interface IPersistableModel<GroupQuotasEntityPatchProperties>
Public Class GroupQuotasEntityPatchProperties
Inherits GroupQuotasEntityBasePatch
Implements IJsonModel(Of GroupQuotasEntityPatchProperties), IPersistableModel(Of GroupQuotasEntityPatchProperties)
Inheritance
GroupQuotasEntityPatchProperties
Implements

Constructors

GroupQuotasEntityPatchProperties()

Initializes a new instance of GroupQuotasEntityPatchProperties.

Properties

DisplayName

Display name of the GroupQuota entity.

(Inherited from GroupQuotasEntityBasePatch)
ProvisioningState

Provisioning state of the operation.

(Inherited from GroupQuotasEntityBasePatch)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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.

(Inherited from GroupQuotasEntityBasePatch)
IJsonModel<GroupQuotasEntityBasePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GroupQuotasEntityBasePatch)
IJsonModel<GroupQuotasEntityPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GroupQuotasEntityPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GroupQuotasEntityBasePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GroupQuotasEntityBasePatch)
IPersistableModel<GroupQuotasEntityBasePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from GroupQuotasEntityBasePatch)
IPersistableModel<GroupQuotasEntityBasePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GroupQuotasEntityBasePatch)
IPersistableModel<GroupQuotasEntityPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GroupQuotasEntityPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GroupQuotasEntityPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to