Share via


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>
public class MapsCreatorPatch
type MapsCreatorPatch = class
    interface IJsonModel<MapsCreatorPatch>
    interface IPersistableModel<MapsCreatorPatch>
type MapsCreatorPatch = class
Public Class MapsCreatorPatch
Implements IJsonModel(Of MapsCreatorPatch), IPersistableModel(Of MapsCreatorPatch)
Public Class MapsCreatorPatch
Inheritance
MapsCreatorPatch
Implements

Constructors

MapsCreatorPatch()

Initializes a new instance of MapsCreatorPatch.

Properties

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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