ICreatorUpdateParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorUpdateParametersTypeConverter))]
public interface ICreatorUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Maps.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.CreatorUpdateParametersTypeConverter))>]
type ICreatorUpdateParameters = interface
interface IJsonSerializable
Public Interface ICreatorUpdateParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |