CreatorProperties 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.
Creator resource properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorPropertiesTypeConverter))]
public class CreatorProperties : Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.ICreatorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorPropertiesTypeConverter))>]
type CreatorProperties = class
interface ICreatorProperties
interface IJsonSerializable
Public Class CreatorProperties
Implements ICreatorProperties
- Inheritance
-
CreatorProperties
- Attributes
- Implements
Constructors
CreatorProperties() |
Creates an new CreatorProperties 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CreatorProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CreatorProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.ICreatorProperties. |
FromJsonString(String) |
Creates a new instance of CreatorProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CreatorProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |