Share via


CreatorProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.maps.fluent.models.CreatorProperties

public final class CreatorProperties

Creator resource properties.

Constructor Summary

Constructor Description
CreatorProperties()

Creates an instance of CreatorProperties class.

Method Summary

Modifier and Type Method and Description
String provisioningState()

Get the provisioningState property: The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled.

int storageUnits()

Get the storageUnits property: The storage units to be allocated.

void validate()

Validates the instance.

CreatorProperties withStorageUnits(int storageUnits)

Set the storageUnits property: The storage units to be allocated.

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:

the provisioningState value.

storageUnits

public int storageUnits()

Get the storageUnits property: The storage units to be allocated. Integer values from 1 to 100, inclusive.

Returns:

the storageUnits value.

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:

storageUnits - the storageUnits value to set.

Returns:

the CreatorProperties object itself.

Applies to