NetAppVolumeQuotaRulePatch 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.
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
Azure SDK for .NET