CreatorUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. maps. models. CreatorUpdateParameters
- com.
public final class CreatorUpdateParameters
Parameters used to update an existing Creator resource.
Constructor Summary
| Constructor | Description |
|---|---|
| CreatorUpdateParameters() |
Creates an instance of Creator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
provisioningState()
Get the provisioning |
| Integer |
storageUnits()
Get the storage |
| Map<String,String> |
tags()
Get the tags property: Gets or sets a list of key value pairs that describe the resource. |
| void |
validate()
Validates the instance. |
|
Creator |
withStorageUnits(Integer storageUnits)
Set the storage |
|
Creator |
withTags(Map<String,String> tags)
Set the tags property: Gets or sets a list of key value pairs that describe the resource. |
Methods inherited from java.lang.Object
Constructor Details
CreatorUpdateParameters
public CreatorUpdateParameters()
Creates an instance of CreatorUpdateParameters class.
Method Details
provisioningState
public String provisioningState()
Get the provisioningState property: The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled.
Returns:
storageUnits
public Integer storageUnits()
Get the storageUnits property: The storage units to be allocated. Integer values from 1 to 100, inclusive.
Returns:
tags
public Map<String,String> tags()
Get the tags property: 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.
Returns:
validate
public void validate()
Validates the instance.
withStorageUnits
public CreatorUpdateParameters withStorageUnits(Integer storageUnits)
Set the storageUnits property: The storage units to be allocated. Integer values from 1 to 100, inclusive.
Parameters:
Returns:
withTags
public CreatorUpdateParameters withTags(Map<String,String> tags)
Set the tags property: 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.
Parameters:
Returns: