Uses of Class
com.microsoft.azure.management.appservice.HostingEnvironmentProfile
-
-
Uses of HostingEnvironmentProfile in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HostingEnvironmentProfile Modifier and Type Method Description HostingEnvironmentProfileAppServiceCertificate. hostingEnvironmentProfile()HostingEnvironmentProfileAppServicePlanPatchResource. hostingEnvironmentProfile()Get specification for the App Service Environment to use for the App Service plan.HostingEnvironmentProfileCertificatePatchResource. hostingEnvironmentProfile()Get specification for the App Service Environment to use for the certificate.HostingEnvironmentProfileSitePatchResource. hostingEnvironmentProfile()Get app Service Environment to use for the app.HostingEnvironmentProfileHostingEnvironmentProfile. withId(String id)Set resource ID of the App Service Environment.Methods in com.microsoft.azure.management.appservice with parameters of type HostingEnvironmentProfile Modifier and Type Method Description AppServicePlanPatchResourceAppServicePlanPatchResource. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set specification for the App Service Environment to use for the App Service plan.SitePatchResourceSitePatchResource. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set app Service Environment to use for the app.
-