Class HostingEnvironmentProfile


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

      • HostingEnvironmentProfile

        public HostingEnvironmentProfile()
    • Method Detail

      • id

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

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

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

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

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