Class HostingEnvironmentDeploymentInfo


  • public class HostingEnvironmentDeploymentInfo
    extends Object
    Information needed to create resources on an App Service Environment.
    • Constructor Detail

      • HostingEnvironmentDeploymentInfo

        public HostingEnvironmentDeploymentInfo()
    • Method Detail

      • name

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

        public HostingEnvironmentDeploymentInfo withName​(String name)
        Set name of the App Service Environment.
        Parameters:
        name - the name value to set
        Returns:
        the HostingEnvironmentDeploymentInfo object itself.
      • location

        public String location()
        Get location of the App Service Environment.
        Returns:
        the location value
      • withLocation

        public HostingEnvironmentDeploymentInfo withLocation​(String location)
        Set location of the App Service Environment.
        Parameters:
        location - the location value to set
        Returns:
        the HostingEnvironmentDeploymentInfo object itself.