Uses of Class
com.azure.resourcemanager.appservice.models.HostingEnvironmentDeploymentInfo
-
Packages that use HostingEnvironmentDeploymentInfo Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostingEnvironmentDeploymentInfo in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type HostingEnvironmentDeploymentInfo Modifier and Type Method Description List<HostingEnvironmentDeploymentInfo>DeploymentLocationsInner. hostingEnvironmentDeploymentInfos()Get the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type HostingEnvironmentDeploymentInfo Modifier and Type Method Description DeploymentLocationsInnerDeploymentLocationsInner. withHostingEnvironmentDeploymentInfos(List<HostingEnvironmentDeploymentInfo> hostingEnvironmentDeploymentInfos)Set the hostingEnvironmentDeploymentInfos property: Available App Service Environments with basic information. -
Uses of HostingEnvironmentDeploymentInfo in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HostingEnvironmentDeploymentInfo Modifier and Type Method Description HostingEnvironmentDeploymentInfoHostingEnvironmentDeploymentInfo. withLocation(String location)Set the location property: Location of the App Service Environment.HostingEnvironmentDeploymentInfoHostingEnvironmentDeploymentInfo. withName(String name)Set the name property: Name of the App Service Environment.
-