| Modifier and Type | Method and Description |
|---|---|
HostingEnvironmentProfile |
AppServiceCertificate.hostingEnvironmentProfile() |
HostingEnvironmentProfile |
SitePatchResource.hostingEnvironmentProfile()
Get app Service Environment to use for the app.
|
HostingEnvironmentProfile |
CertificatePatchResource.hostingEnvironmentProfile()
Get specification for the App Service Environment to use for the certificate.
|
HostingEnvironmentProfile |
AppServicePlanPatchResource.hostingEnvironmentProfile()
Get specification for the App Service Environment to use for the App Service plan.
|
HostingEnvironmentProfile |
HostingEnvironmentProfile.withId(String id)
Set resource ID of the App Service Environment.
|
| Modifier and Type | Method and Description |
|---|---|
SitePatchResource |
SitePatchResource.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)
Set app Service Environment to use for the app.
|
AppServicePlanPatchResource |
AppServicePlanPatchResource.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)
Set specification for the App Service Environment to use for the App Service plan.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/