DeploymentLocationsInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. DeploymentLocationsInner
- com.
Implements
public final class DeploymentLocationsInner
implements JsonSerializable<DeploymentLocationsInner>
List of available locations (regions or App Service Environments) for deployment of App Service resources.
Constructor Summary
Constructor | Description |
---|---|
DeploymentLocationsInner() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
List<Hosting |
hostingEnvironmentDeploymentInfos()
Get the hosting |
List<App |
hostingEnvironments()
Get the hosting |
List<Geo |
locations()
Get the locations property: Available regions. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Deployment |
withHostingEnvironmentDeploymentInfos(List<HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos)
Set the hosting |
Deployment |
withHostingEnvironments(List<AppServiceEnvironmentInner> hostingEnvironments)
Set the hosting |
Deployment |
withLocations(List<GeoRegionInner> locations)
Set the locations property: Available regions. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentLocationsInner
public DeploymentLocationsInner()
Creates an instance of DeploymentLocationsInner class.
Method Details
fromJson
public static DeploymentLocationsInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentLocationsInner from the JsonReader.
Parameters:
Returns:
Throws:
hostingEnvironmentDeploymentInfos
public List
Get the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information.
Returns:
hostingEnvironments
public List
Get the hostingEnvironments property: Available App Service Environments with full descriptions of the environments.
Returns:
locations
public List
Get the locations property: Available regions.
Returns:
toJson
validate
public void validate()
Validates the instance.
withHostingEnvironmentDeploymentInfos
public DeploymentLocationsInner withHostingEnvironmentDeploymentInfos(List
Set the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information.
Parameters:
Returns:
withHostingEnvironments
public DeploymentLocationsInner withHostingEnvironments(List
Set the hostingEnvironments property: Available App Service Environments with full descriptions of the environments.
Parameters:
Returns:
withLocations
public DeploymentLocationsInner withLocations(List
Set the locations property: Available regions.
Parameters:
Returns:
Applies to
Azure SDK for Java