Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DeploymentLocationsInner
Packages that use DeploymentLocationsInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DeploymentLocationsInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DeploymentLocationsInnerModifier and TypeMethodDescriptionResourceProvidersClient.getSubscriptionDeploymentLocations()Gets list of available geo regions plus ministamps Description for Gets list of available geo regions plus ministamps.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DeploymentLocationsInnerModifier and TypeMethodDescriptionResourceProvidersClient.getSubscriptionDeploymentLocationsAsync()Gets list of available geo regions plus ministamps Description for Gets list of available geo regions plus ministamps.com.azure.core.http.rest.Response<DeploymentLocationsInner> ResourceProvidersClient.getSubscriptionDeploymentLocationsWithResponse(com.azure.core.util.Context context) Gets list of available geo regions plus ministamps Description for Gets list of available geo regions plus ministamps.Mono<com.azure.core.http.rest.Response<DeploymentLocationsInner>> ResourceProvidersClient.getSubscriptionDeploymentLocationsWithResponseAsync()Gets list of available geo regions plus ministamps Description for Gets list of available geo regions plus ministamps. -
Uses of DeploymentLocationsInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type DeploymentLocationsInnerModifier and TypeClassDescriptionfinal classList of available locations (regions or App Service Environments) for deployment of App Service resources.Methods in com.azure.resourcemanager.appservice.fluent.models that return DeploymentLocationsInnerModifier and TypeMethodDescriptionstatic DeploymentLocationsInnerDeploymentLocationsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentLocationsInner from the JsonReader.DeploymentLocationsInner.withHostingEnvironmentDeploymentInfos(List<HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos) Set the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information.DeploymentLocationsInner.withHostingEnvironments(List<AppServiceEnvironmentInner> 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.