Uses of Class
com.microsoft.azure.management.appservice.SitePatchResource
Packages that use SitePatchResource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of SitePatchResource in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SitePatchResourceModifier and TypeMethodDescriptionSitePatchResource.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.withClientCertEnabled
(Boolean clientCertEnabled) Set <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>.SitePatchResource.withClientCertExclusionPaths
(String clientCertExclusionPaths) Set client certificate authentication comma-separated exclusion paths.SitePatchResource.withCloningInfo
(CloningInfo cloningInfo) Set if specified during app creation, the app is cloned from a source app.SitePatchResource.withContainerSize
(Integer containerSize) Set size of the function container.SitePatchResource.withDailyMemoryTimeQuota
(Integer dailyMemoryTimeQuota) Set maximum allowed daily memory-time quota (applicable on dynamic apps only).SitePatchResource.withEnabled
(Boolean enabled) Set <code>true</code> if the app is enabled; otherwise, <code>false</code>.SitePatchResource.withHostingEnvironmentProfile
(HostingEnvironmentProfile hostingEnvironmentProfile) Set app Service Environment to use for the app.SitePatchResource.withHostNamesDisabled
(Boolean hostNamesDisabled) Set <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.SitePatchResource.withHostNameSslStates
(List<HostNameSslState> hostNameSslStates) Set hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResource.withHttpsOnly
(Boolean httpsOnly) Set httpsOnly: configures a web site to accept only https requests.SitePatchResource.withHyperV
(Boolean hyperV) Set hyper-V sandbox.SitePatchResource.withIdentity
(ManagedServiceIdentity identity) Set the identity value.SitePatchResource.withIsXenon
(Boolean isXenon) Set obsolete: Hyper-V sandbox.SitePatchResource.withRedundancyMode
(RedundancyMode redundancyMode) Set site redundancy mode.SitePatchResource.withReserved
(Boolean reserved) Set <code>true</code> if reserved; otherwise, <code>false</code>.SitePatchResource.withScmSiteAlsoStopped
(Boolean scmSiteAlsoStopped) Set <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>.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.withSiteConfig
(SiteConfig siteConfig) Set configuration of the app.