public final class DeploymentLocationsInner extends Object
| Constructor and Description |
|---|
DeploymentLocationsInner() |
| Modifier and Type | Method and Description |
|---|---|
List<HostingEnvironmentDeploymentInfo> |
hostingEnvironmentDeploymentInfos()
Get the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information.
|
List<AppServiceEnvironment> |
hostingEnvironments()
Get the hostingEnvironments property: Available App Service Environments with full descriptions of the
environments.
|
List<GeoRegionInner> |
locations()
Get the locations property: Available regions.
|
void |
validate()
Validates the instance.
|
DeploymentLocationsInner |
withHostingEnvironmentDeploymentInfos(List<HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos)
Set the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information.
|
DeploymentLocationsInner |
withHostingEnvironments(List<AppServiceEnvironment> hostingEnvironments)
Set the hostingEnvironments property: Available App Service Environments with full descriptions of the
environments.
|
DeploymentLocationsInner |
withLocations(List<GeoRegionInner> locations)
Set the locations property: Available regions.
|
public List<GeoRegionInner> locations()
public DeploymentLocationsInner withLocations(List<GeoRegionInner> locations)
locations - the locations value to set.public List<AppServiceEnvironment> hostingEnvironments()
public DeploymentLocationsInner withHostingEnvironments(List<AppServiceEnvironment> hostingEnvironments)
hostingEnvironments - the hostingEnvironments value to set.public List<HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos()
public DeploymentLocationsInner withHostingEnvironmentDeploymentInfos(List<HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos)
hostingEnvironmentDeploymentInfos - the hostingEnvironmentDeploymentInfos 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.