public class HostingEnvironmentDeploymentInfo extends Object
| Constructor and Description |
|---|
HostingEnvironmentDeploymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get location of the App Service Environment.
|
String |
name()
Get name of the App Service Environment.
|
HostingEnvironmentDeploymentInfo |
withLocation(String location)
Set location of the App Service Environment.
|
HostingEnvironmentDeploymentInfo |
withName(String name)
Set name of the App Service Environment.
|
public String name()
public HostingEnvironmentDeploymentInfo withName(String name)
name - the name value to setpublic String location()
public HostingEnvironmentDeploymentInfo withLocation(String location)
location - the location value to setCopyright © 2019. All rights reserved.