Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DeploymentLocationsInner
-
Packages that use DeploymentLocationsInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 DeploymentLocationsInner Modifier and Type Method Description DeploymentLocationsInnerResourceProvidersClient. getSubscriptionDeploymentLocations()Description for Gets list of available geo regions plus ministamps.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DeploymentLocationsInner Modifier and Type Method Description Mono<DeploymentLocationsInner>ResourceProvidersClient. getSubscriptionDeploymentLocationsAsync()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)Description for Gets list of available geo regions plus ministamps.Mono<com.azure.core.http.rest.Response<DeploymentLocationsInner>>ResourceProvidersClient. getSubscriptionDeploymentLocationsWithResponseAsync()Description for Gets list of available geo regions plus ministamps. -
Uses of DeploymentLocationsInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DeploymentLocationsInner Modifier and Type Method Description DeploymentLocationsInnerDeploymentLocationsInner. withHostingEnvironmentDeploymentInfos(List<HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos)Set the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information.DeploymentLocationsInnerDeploymentLocationsInner. withHostingEnvironments(List<AppServiceEnvironment> hostingEnvironments)Set the hostingEnvironments property: Available App Service Environments with full descriptions of the environments.DeploymentLocationsInnerDeploymentLocationsInner. withLocations(List<GeoRegionInner> locations)Set the locations property: Available regions.
-