Class PredefinedAcceleratorProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.PredefinedAcceleratorProperties

public final class PredefinedAcceleratorProperties extends Object
Predefined accelerator properties payload.
  • Constructor Details

    • PredefinedAcceleratorProperties

      public PredefinedAcceleratorProperties()
      Creates an instance of PredefinedAcceleratorProperties class.
  • Method Details

    • provisioningState

      public PredefinedAcceleratorProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the predefined accelerator.
      Returns:
      the provisioningState value.
    • displayName

      public String displayName()
      Get the displayName property: The displayName property.
      Returns:
      the displayName value.
    • description

      public String description()
      Get the description property: The description property.
      Returns:
      the description value.
    • iconUrl

      public String iconUrl()
      Get the iconUrl property: The iconUrl property.
      Returns:
      the iconUrl value.
    • acceleratorTags

      public List<String> acceleratorTags()
      Get the acceleratorTags property: The acceleratorTags property.
      Returns:
      the acceleratorTags value.
    • state

      Get the state property: State of the predefined accelerator.
      Returns:
      the state value.
    • withState

      Set the state property: State of the predefined accelerator.
      Parameters:
      state - the state value to set.
      Returns:
      the PredefinedAcceleratorProperties object itself.
    • validate

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