CreatorProperties Class
- java.
lang. Object - com.
azure. resourcemanager. maps. fluent. models. CreatorProperties
- com.
public final class CreatorProperties
Creator resource properties.
Constructor Summary
| Constructor | Description |
|---|---|
| CreatorProperties() |
Creates an instance of Creator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
provisioningState()
Get the provisioning |
| int |
storageUnits()
Get the storage |
| void |
validate()
Validates the instance. |
|
Creator |
withStorageUnits(int storageUnits)
Set the storage |
Methods inherited from java.lang.Object
Constructor Details
CreatorProperties
public CreatorProperties()
Creates an instance of CreatorProperties 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 int storageUnits()
Get the storageUnits property: The storage units to be allocated. Integer values from 1 to 100, inclusive.
Returns:
validate
public void validate()
Validates the instance.
withStorageUnits
public CreatorProperties withStorageUnits(int storageUnits)
Set the storageUnits property: The storage units to be allocated. Integer values from 1 to 100, inclusive.
Parameters:
Returns: