MapsCreatorPatch Class

Definition

Parameters used to update an existing Creator resource.

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

Constructors

Name Description
MapsCreatorPatch()

Initializes a new instance of MapsCreatorPatch.

Properties

Name Description
ConsumedStorageUnitSizeInBytes

The consumed storage unit size in bytes for the creator resource.

ProvisioningState

The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled.

StorageUnits

The storage units to be allocated. Integer values from 1 to 100, inclusive.

Tags

Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

TotalStorageUnitSizeInBytes

The total allocated storage unit size in bytes for the creator resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MapsCreatorPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapsCreatorPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsCreatorPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsCreatorPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapsCreatorPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to