Share via


CreatorUpdateParameters Class

Definition

Parameters used to update an existing Creator resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorUpdateParametersTypeConverter))]
public class CreatorUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.ICreatorUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorUpdateParametersTypeConverter))>]
type CreatorUpdateParameters = class
    interface ICreatorUpdateParameters
    interface IJsonSerializable
Public Class CreatorUpdateParameters
Implements ICreatorUpdateParameters
Inheritance
CreatorUpdateParameters
Attributes
Implements

Constructors

CreatorUpdateParameters()

Creates an new CreatorUpdateParameters instance.

Properties

ProvisioningState

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

StorageUnit

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

Tag

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreatorUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreatorUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.ICreatorUpdateParameters.

FromJsonString(String)

Creates a new instance of CreatorUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreatorUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to