Uses of Class
com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile
Packages that use HostingEnvironmentProfile
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 HostingEnvironmentProfileModifier and TypeMethodDescriptionAppServicePlanInner.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanPatchResourceProperties.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanProperties.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.CertificateInner.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.CertificatePatchResourceProperties.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.CertificateProperties.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.SiteInner.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourceInner.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourcePropertiesInner.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePropertiesInner.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 HostingEnvironmentProfileModifier and TypeMethodDescriptionAppServicePlanInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanPatchResourceProperties.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanProperties.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.SiteInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourceInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePatchResourcePropertiesInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: App Service Environment to use for the app.SitePropertiesInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: App Service Environment to use for the app. -
Uses of HostingEnvironmentProfile in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type HostingEnvironmentProfileModifier and TypeClassDescriptionfinal classSpecification for an App Service Environment to use for this resource.Methods in com.azure.resourcemanager.appservice.models that return HostingEnvironmentProfileModifier and TypeMethodDescriptionstatic HostingEnvironmentProfileHostingEnvironmentProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HostingEnvironmentProfile from the JsonReader.AppServiceCertificate.hostingEnvironmentProfile()Gets the specification for the App Service Environment to use for the certificate.AppServicePlanPatchResource.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.CertificatePatchResource.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the certificate.WebSiteBase.hostingEnvironmentProfile()Get the hostingEnvironmentProfile property: App Service Environment to use for the app.Set the id property: Resource ID of the App Service Environment.Methods in com.azure.resourcemanager.appservice.models with parameters of type HostingEnvironmentProfileModifier and TypeMethodDescriptionAppServicePlanPatchResource.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.