SitePropertiesInner |
SitePropertiesInner.withClientAffinityEnabled(Boolean clientAffinityEnabled) |
Set the clientAffinityEnabled property: <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.
|
SitePropertiesInner |
SitePropertiesInner.withClientCertEnabled(Boolean clientCertEnabled) |
Set the clientCertEnabled property: <code>true</code> to enable client certificate authentication
(TLS mutual authentication); otherwise, <code>false</code>.
|
SitePropertiesInner |
SitePropertiesInner.withClientCertExclusionPaths(String clientCertExclusionPaths) |
Set the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths.
|
SitePropertiesInner |
SitePropertiesInner.withClientCertMode(ClientCertMode clientCertMode) |
Set the clientCertMode property: This composes with ClientCertEnabled setting.
|
SitePropertiesInner |
SitePropertiesInner.withCloningInfo(CloningInfo cloningInfo) |
Set the cloningInfo property: If specified during app creation, the app is cloned from a source app.
|
SitePropertiesInner |
SitePropertiesInner.withContainerSize(Integer containerSize) |
Set the containerSize property: Size of the function container.
|
SitePropertiesInner |
SitePropertiesInner.withCustomDomainVerificationId(String customDomainVerificationId) |
Set the customDomainVerificationId property: Unique identifier that verifies the custom domains assigned to the
app.
|
SitePropertiesInner |
SitePropertiesInner.withDailyMemoryTimeQuota(Integer dailyMemoryTimeQuota) |
Set the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only).
|
SitePropertiesInner |
SitePropertiesInner.withEnabled(Boolean enabled) |
Set the enabled property: <code>true</code> if the app is enabled; otherwise,
<code>false</code>.
|
SitePropertiesInner |
SitePropertiesInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) |
Set the hostingEnvironmentProfile property: App Service Environment to use for the app.
|
SitePropertiesInner |
SitePropertiesInner.withHostNamesDisabled(Boolean hostNamesDisabled) |
Set the hostNamesDisabled property: <code>true</code> to disable the public hostnames of the app;
otherwise, <code>false</code>.
|
SitePropertiesInner |
SitePropertiesInner.withHostnameSslStates(List<HostnameSslState> hostnameSslStates) |
Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.
|
SitePropertiesInner |
SitePropertiesInner.withHttpsOnly(Boolean httpsOnly) |
Set the httpsOnly property: HttpsOnly: configures a web site to accept only https requests.
|
SitePropertiesInner |
SitePropertiesInner.withHyperV(Boolean hyperV) |
Set the hyperV property: Hyper-V sandbox.
|
SitePropertiesInner |
SitePropertiesInner.withIsXenon(Boolean isXenon) |
Set the isXenon property: Obsolete: Hyper-V sandbox.
|
SitePropertiesInner |
SitePropertiesInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity) |
Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication.
|
SitePropertiesInner |
SitePropertiesInner.withRedundancyMode(RedundancyMode redundancyMode) |
Set the redundancyMode property: Site redundancy mode.
|
SitePropertiesInner |
SitePropertiesInner.withReserved(Boolean reserved) |
Set the reserved property: <code>true</code> if reserved; otherwise, <code>false</code>.
|
SitePropertiesInner |
SitePropertiesInner.withScmSiteAlsoStopped(Boolean scmSiteAlsoStopped) |
Set the scmSiteAlsoStopped property: <code>true</code> to stop SCM (KUDU) site when the app is
stopped; otherwise, <code>false</code>.
|
SitePropertiesInner |
SitePropertiesInner.withServerFarmId(String serverFarmId) |
Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as:
"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms"
+ "/{appServicePlanName}".
|
SitePropertiesInner |
SitePropertiesInner.withSiteConfig(SiteConfigInner siteConfig) |
Set the siteConfig property: Configuration of the app.
|
SitePropertiesInner |
SitePropertiesInner.withStorageAccountRequired(Boolean storageAccountRequired) |
Set the storageAccountRequired property: Checks if Customer provided storage account is required.
|
SitePropertiesInner |
SitePropertiesInner.withVirtualNetworkSubnetId(String virtualNetworkSubnetId) |
Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined
by Regional VNET Integration.
|