Class ResourceType

java.lang.Object
com.azure.runtime.host.resources.ResourceType

public class ResourceType extends Object
An expandable enum-like type for specifying the type of a resource. This is used to determine how to process the resource when being processed by tools such as azd.
  • Field Details

  • Method Details

    • fromString

      public static ResourceType fromString(String value)
      Creates a new ResourceType with the given value as the type.
      Parameters:
      value - The value of the new ResourceType.
      Returns:
      A new ResourceType with the given value as the type.
    • toString

      public String toString()
      Overrides:
      toString in class Object