Class HostingEnvironmentDeploymentInfo
java.lang.Object
com.microsoft.azure.management.appservice.HostingEnvironmentDeploymentInfo
Information needed to create resources on an App Service Environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocation()
Get location of the App Service Environment.name()
Get name of the App Service Environment.withLocation
(String location) Set location of the App Service Environment.Set name of the App Service Environment.
-
Constructor Details
-
HostingEnvironmentDeploymentInfo
public HostingEnvironmentDeploymentInfo()
-
-
Method Details
-
name
Get name of the App Service Environment.- Returns:
- the name value
-
withName
Set name of the App Service Environment.- Parameters:
name
- the name value to set- Returns:
- the HostingEnvironmentDeploymentInfo object itself.
-
location
Get location of the App Service Environment.- Returns:
- the location value
-
withLocation
Set location of the App Service Environment.- Parameters:
location
- the location value to set- Returns:
- the HostingEnvironmentDeploymentInfo object itself.
-