Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SitePatchResource |
SitePatchResource.withClientAffinityEnabled(Boolean clientAffinityEnabled)
Set <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance.
|
SitePatchResource |
SitePatchResource.withClientCertEnabled(Boolean clientCertEnabled)
Set <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>.
|
SitePatchResource |
SitePatchResource.withClientCertExclusionPaths(String clientCertExclusionPaths)
Set client certificate authentication comma-separated exclusion paths.
|
SitePatchResource |
SitePatchResource.withCloningInfo(CloningInfo cloningInfo)
Set if specified during app creation, the app is cloned from a source app.
|
SitePatchResource |
SitePatchResource.withContainerSize(Integer containerSize)
Set size of the function container.
|
SitePatchResource |
SitePatchResource.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota)
Set maximum allowed daily memory-time quota (applicable on dynamic apps only).
|
SitePatchResource |
SitePatchResource.withEnabled(Boolean enabled)
Set <code>true</code> if the app is enabled; otherwise, <code>false</code>.
|
SitePatchResource |
SitePatchResource.withGeoDistributions(List<GeoDistribution> geoDistributions)
Set geoDistributions for this site.
|
SitePatchResource |
SitePatchResource.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)
Set app Service Environment to use for the app.
|
SitePatchResource |
SitePatchResource.withHostNamesDisabled(Boolean hostNamesDisabled)
Set <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
|
SitePatchResource |
SitePatchResource.withHostNameSslStates(List<HostNameSslState> hostNameSslStates)
Set hostname SSL states are used to manage the SSL bindings for app's hostnames.
|
SitePatchResource |
SitePatchResource.withHttpsOnly(Boolean httpsOnly)
Set httpsOnly: configures a web site to accept only https requests.
|
SitePatchResource |
SitePatchResource.withHyperV(Boolean hyperV)
Set hyper-V sandbox.
|
SitePatchResource |
SitePatchResource.withIdentity(ManagedServiceIdentity identity)
Set the identity value.
|
SitePatchResource |
SitePatchResource.withIsXenon(Boolean isXenon)
Set obsolete: Hyper-V sandbox.
|
SitePatchResource |
SitePatchResource.withRedundancyMode(RedundancyMode redundancyMode)
Set site redundancy mode.
|
SitePatchResource |
SitePatchResource.withReserved(Boolean reserved)
Set <code>true</code> if reserved; otherwise, <code>false</code>.
|
SitePatchResource |
SitePatchResource.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped)
Set <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>.
|
SitePatchResource |
SitePatchResource.withServerFarmId(String serverFarmId)
Set resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
|
SitePatchResource |
SitePatchResource.withSiteConfig(SiteConfig siteConfig)
Set configuration of the app.
|
Copyright © 2019. All rights reserved.