Class HostingEnvironmentDeploymentInfo
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.HostingEnvironmentDeploymentInfo
-
public final class HostingEnvironmentDeploymentInfo extends Object
Information needed to create resources on an App Service Environment.
-
-
Constructor Summary
Constructors Constructor Description HostingEnvironmentDeploymentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: Location of the App Service Environment.Stringname()Get the name property: Name of the App Service Environment.voidvalidate()Validates the instance.HostingEnvironmentDeploymentInfowithLocation(String location)Set the location property: Location of the App Service Environment.HostingEnvironmentDeploymentInfowithName(String name)Set the name property: Name of the App Service Environment.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of the App Service Environment.- Returns:
- the name value.
-
withName
public HostingEnvironmentDeploymentInfo withName(String name)
Set the name property: Name of the App Service Environment.- Parameters:
name- the name value to set.- Returns:
- the HostingEnvironmentDeploymentInfo object itself.
-
location
public String location()
Get the location property: Location of the App Service Environment.- Returns:
- the location value.
-
withLocation
public HostingEnvironmentDeploymentInfo withLocation(String location)
Set the location property: Location of the App Service Environment.- Parameters:
location- the location value to set.- Returns:
- the HostingEnvironmentDeploymentInfo object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-