Uses of Class
com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile
-
Packages that use HostingEnvironmentProfile 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 HostingEnvironmentProfile in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HostingEnvironmentProfile Modifier and Type Method Description HostingEnvironmentProfileAppServicePlanInner. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.HostingEnvironmentProfileAppServicePlanPatchResourceProperties. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.HostingEnvironmentProfileAppServicePlanProperties. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.HostingEnvironmentProfileCertificateInner. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.HostingEnvironmentProfileCertificatePatchResourceProperties. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.HostingEnvironmentProfileCertificateProperties. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.HostingEnvironmentProfileSiteInner. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.HostingEnvironmentProfileSitePatchResourceInner. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.HostingEnvironmentProfileSitePatchResourcePropertiesInner. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.HostingEnvironmentProfileSitePropertiesInner. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type HostingEnvironmentProfile Modifier and Type Method Description AppServicePlanInnerAppServicePlanInner. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanPatchResourcePropertiesAppServicePlanPatchResourceProperties. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanPropertiesAppServicePlanProperties. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.SiteInnerSiteInner. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourceInnerSitePatchResourceInner. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourcePropertiesInnerSitePatchResourcePropertiesInner. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePropertiesInnerSitePropertiesInner. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: App Service Environment to use for the app. -
Uses of HostingEnvironmentProfile in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HostingEnvironmentProfile Modifier and Type Method Description HostingEnvironmentProfileAppServiceCertificate. hostingEnvironmentProfile()HostingEnvironmentProfileAppServicePlanPatchResource. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.HostingEnvironmentProfileCertificatePatchResource. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.HostingEnvironmentProfileWebSiteBase. hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.HostingEnvironmentProfileHostingEnvironmentProfile. withId(String id)Set the id property: Resource ID of the App Service Environment.Methods in com.azure.resourcemanager.appservice.models with parameters of type HostingEnvironmentProfile Modifier and Type Method Description AppServicePlanPatchResourceAppServicePlanPatchResource. withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.
-