Share via


CreatorUpdateParameters interface

Parameters used to update an existing Creator resource.

Properties

consumedStorageUnitSizeInBytes

The consumed storage unit size in bytes for the creator resource.

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.

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.

totalStorageUnitSizeInBytes

The total allocated storage unit size in bytes for the creator resource.

Property Details

consumedStorageUnitSizeInBytes

The consumed storage unit size in bytes for the creator resource.

consumedStorageUnitSizeInBytes?: number

Property Value

number

provisioningState

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

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?: Record<string, string>

Property Value

Record<string, string>

totalStorageUnitSizeInBytes

The total allocated storage unit size in bytes for the creator resource.

totalStorageUnitSizeInBytes?: number

Property Value

number