Class HostingEnvironmentProfile

java.lang.Object
com.microsoft.azure.management.appservice.HostingEnvironmentProfile

public class HostingEnvironmentProfile extends Object
Specification for an App Service Environment to use for this resource.
  • Constructor Details

    • HostingEnvironmentProfile

      public HostingEnvironmentProfile()
  • Method Details

    • id

      public String id()
      Get resource ID of the App Service Environment.
      Returns:
      the id value
    • withId

      public HostingEnvironmentProfile withId(String id)
      Set resource ID of the App Service Environment.
      Parameters:
      id - the id value to set
      Returns:
      the HostingEnvironmentProfile object itself.
    • name

      public String name()
      Get name of the App Service Environment.
      Returns:
      the name value
    • type

      public String type()
      Get resource type of the App Service Environment.
      Returns:
      the type value