public final class HostingEnvironmentDeploymentInfo extends Object
| Constructor and Description |
|---|
HostingEnvironmentDeploymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location property: Location of the App Service Environment.
|
String |
name()
Get the name property: Name of the App Service Environment.
|
void |
validate()
Validates the instance.
|
HostingEnvironmentDeploymentInfo |
withLocation(String location)
Set the location property: Location of the App Service Environment.
|
HostingEnvironmentDeploymentInfo |
withName(String name)
Set the name property: Name of the App Service Environment.
|
public String name()
public HostingEnvironmentDeploymentInfo withName(String name)
name - the name value to set.public String location()
public HostingEnvironmentDeploymentInfo withLocation(String location)
location - the location value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.