Class WorkflowSku

java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowSku

public final class WorkflowSku extends Object
The sku type.
  • Constructor Details

    • WorkflowSku

      public WorkflowSku()
  • Method Details

    • name

      public WorkflowSkuName name()
      Get the name property: The name.
      Returns:
      the name value.
    • withName

      public WorkflowSku withName(WorkflowSkuName name)
      Set the name property: The name.
      Parameters:
      name - the name value to set.
      Returns:
      the WorkflowSku object itself.
    • plan

      public ResourceReference plan()
      Get the plan property: The reference to plan.
      Returns:
      the plan value.
    • withPlan

      public WorkflowSku withPlan(ResourceReference plan)
      Set the plan property: The reference to plan.
      Parameters:
      plan - the plan value to set.
      Returns:
      the WorkflowSku object itself.
    • validate

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