CreatorUpdateParameters interface
Parameters used to update an existing Creator resource.
Properties
provisioning |
The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
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. |
Property Details
provisioningState
The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
storageUnits
The storage units to be allocated. Integer values from 1 to 100, inclusive.
storageUnits?: number
Property Value
number
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.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}