Class CreatorProperties

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

public final class CreatorProperties extends Object
Creator resource properties.
  • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.