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 ministampsMethods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DeploymentLocationsInnerModifier and TypeMethodDescriptionResourceProvidersClient.getSubscriptionDeploymentLocationsAsync()Gets list of available geo regions plus ministampscom.azure.core.http.rest.Response<DeploymentLocationsInner>ResourceProvidersClient.getSubscriptionDeploymentLocationsWithResponse(com.azure.core.util.Context context) Gets list of available geo regions plus ministampsMono<com.azure.core.http.rest.Response<DeploymentLocationsInner>>ResourceProvidersClient.getSubscriptionDeploymentLocationsWithResponseAsync()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 DeploymentLocationsInnerModifier and TypeMethodDescriptionDeploymentLocationsInner.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.