CreatorUpdateParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.maps.models.CreatorUpdateParameters

public final class CreatorUpdateParameters

Parameters used to update an existing Creator resource.

Constructor Summary

Constructor Description
CreatorUpdateParameters()

Creates an instance of CreatorUpdateParameters 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.

Integer storageUnits()

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

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.

CreatorUpdateParameters withStorageUnits(Integer storageUnits)

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

CreatorUpdateParameters 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:

the provisioningState value.

storageUnits

public Integer storageUnits()

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

Returns:

the storageUnits value.

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:

the tags value.

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:

storageUnits - the storageUnits value to set.

Returns:

the CreatorUpdateParameters object itself.

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:

tags - the tags value to set.

Returns:

the CreatorUpdateParameters object itself.

Applies to