Share via


MapsCreatorProperties Class

Definition

Creator resource properties.

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

Constructors

MapsCreatorProperties(Int32)

Initializes a new instance of MapsCreatorProperties.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MapsCreatorProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapsCreatorProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsCreatorProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsCreatorProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapsCreatorProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to