你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetAppVolumeQuotaRulePatch Class

Definition

Patchable Quota Rule of a Volume.

public class NetAppVolumeQuotaRulePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRulePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRulePatch>
type NetAppVolumeQuotaRulePatch = class
    interface IJsonModel<NetAppVolumeQuotaRulePatch>
    interface IPersistableModel<NetAppVolumeQuotaRulePatch>
Public Class NetAppVolumeQuotaRulePatch
Implements IJsonModel(Of NetAppVolumeQuotaRulePatch), IPersistableModel(Of NetAppVolumeQuotaRulePatch)
Inheritance
NetAppVolumeQuotaRulePatch
Implements

Constructors

NetAppVolumeQuotaRulePatch()

Initializes a new instance of NetAppVolumeQuotaRulePatch.

Properties

ProvisioningState

Gets the status of the VolumeQuotaRule at the time the operation was called.

QuotaSizeInKiBs

Size of quota.

QuotaTarget

UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid>.

QuotaType

Type of quota.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetAppVolumeQuotaRulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppVolumeQuotaRulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppVolumeQuotaRulePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppVolumeQuotaRulePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppVolumeQuotaRulePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to