| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigResourceInner |
WebAppsClient.createOrUpdateConfiguration(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
WebAppsClient.createOrUpdateConfigurationSlot(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
WebAppsClient.getConfiguration(String resourceGroupName,
String name)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
SiteConfigResourceInner |
WebAppsClient.getConfigurationSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
SiteConfigResourceInner |
WebAppsClient.getConfigurationSnapshot(String resourceGroupName,
String name,
String snapshotId)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
SiteConfigResourceInner |
WebAppsClient.getConfigurationSnapshotSlot(String resourceGroupName,
String name,
String snapshotId,
String slot)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
SiteConfigResourceInner |
WebAppsClient.updateConfiguration(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
WebAppsClient.updateConfigurationSlot(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigResourceInner |
WebAppsClient.createOrUpdateConfiguration(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
WebAppsClient.createOrUpdateConfigurationAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
WebAppsClient.createOrUpdateConfigurationSlot(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
WebAppsClient.createOrUpdateConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
WebAppsClient.createOrUpdateConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
WebAppsClient.createOrUpdateConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
WebAppsClient.createOrUpdateConfigurationWithResponse(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
WebAppsClient.createOrUpdateConfigurationWithResponseAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
WebAppsClient.updateConfiguration(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
WebAppsClient.updateConfigurationAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
WebAppsClient.updateConfigurationSlot(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
WebAppsClient.updateConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
WebAppsClient.updateConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
WebAppsClient.updateConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
WebAppsClient.updateConfigurationWithResponse(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
WebAppsClient.updateConfigurationWithResponseAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigResourceInner |
SiteConfigResourceInner.withAlwaysOn(Boolean alwaysOn)
Set the alwaysOn property: <code>true</code> if Always On is enabled; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withApiDefinition(ApiDefinitionInfo apiDefinition)
Set the apiDefinition property: Information about the formal API definition for the app.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withApiManagementConfig(ApiManagementConfig apiManagementConfig)
Set the apiManagementConfig property: Azure API management settings linked to the app.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withAppCommandLine(String appCommandLine)
Set the appCommandLine property: App command line to launch.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withAppSettings(List<NameValuePair> appSettings)
Set the appSettings property: Application settings.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withAutoHealEnabled(Boolean autoHealEnabled)
Set the autoHealEnabled property: <code>true</code> if Auto Heal is enabled; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withAutoHealRules(AutoHealRules autoHealRules)
Set the autoHealRules property: Auto Heal rules.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withAutoSwapSlotName(String autoSwapSlotName)
Set the autoSwapSlotName property: Auto-swap slot name.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withAzureStorageAccounts(Map<String,AzureStorageInfoValue> azureStorageAccounts)
Set the azureStorageAccounts property: List of Azure Storage Accounts.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withConnectionStrings(List<ConnStringInfo> connectionStrings)
Set the connectionStrings property: Connection strings.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withCors(CorsSettings cors)
Set the cors property: Cross-Origin Resource Sharing (CORS) settings.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withDefaultDocuments(List<String> defaultDocuments)
Set the defaultDocuments property: Default documents.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withDetailedErrorLoggingEnabled(Boolean detailedErrorLoggingEnabled)
Set the detailedErrorLoggingEnabled property: <code>true</code> if detailed error logging is enabled;
otherwise, <code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withDocumentRoot(String documentRoot)
Set the documentRoot property: Document root.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withExperiments(Experiments experiments)
Set the experiments property: This is work around for polymorphic types.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withFtpsState(FtpsState ftpsState)
Set the ftpsState property: State of FTP / FTPS service.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withFunctionAppScaleLimit(Integer functionAppScaleLimit)
Set the functionAppScaleLimit property: Maximum number of workers that a site can scale out to.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withFunctionsRuntimeScaleMonitoringEnabled(Boolean functionsRuntimeScaleMonitoringEnabled)
Set the functionsRuntimeScaleMonitoringEnabled property: Gets or sets a value indicating whether functions
runtime scale monitoring is enabled.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withHandlerMappings(List<HandlerMapping> handlerMappings)
Set the handlerMappings property: Handler mappings.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withHealthCheckPath(String healthCheckPath)
Set the healthCheckPath property: Health check path.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withHttp20Enabled(Boolean http20Enabled)
Set the http20Enabled property: Http20Enabled: configures a web site to allow clients to connect over http2.0.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withHttpLoggingEnabled(Boolean httpLoggingEnabled)
Set the httpLoggingEnabled property: <code>true</code> if HTTP logging is enabled; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions)
Set the ipSecurityRestrictions property: IP security restrictions for main.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withJavaContainer(String javaContainer)
Set the javaContainer property: Java container.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withJavaContainerVersion(String javaContainerVersion)
Set the javaContainerVersion property: Java container version.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withJavaVersion(String javaVersion)
Set the javaVersion property: Java version.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity)
Set the keyVaultReferenceIdentity property: Identity to use for Key Vault Reference authentication.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withKind(String kind)
Set the kind property: Kind of resource.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withLimits(SiteLimits limits)
Set the limits property: Site limits.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withLinuxFxVersion(String linuxFxVersion)
Set the linuxFxVersion property: Linux App Framework and version.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withLoadBalancing(SiteLoadBalancing loadBalancing)
Set the loadBalancing property: Site load balancing.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withLocalMySqlEnabled(Boolean localMySqlEnabled)
Set the localMySqlEnabled property: <code>true</code> to enable local MySQL; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withLogsDirectorySizeLimit(Integer logsDirectorySizeLimit)
Set the logsDirectorySizeLimit property: HTTP logs directory size limit.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Set the managedPipelineMode property: Managed pipeline mode.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withManagedServiceIdentityId(Integer managedServiceIdentityId)
Set the managedServiceIdentityId property: Managed Service Identity Id.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withMinimumElasticInstanceCount(Integer minimumElasticInstanceCount)
Set the minimumElasticInstanceCount property: Number of minimum instance count for a site This setting only
applies to the Elastic Plans.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withMinTlsVersion(SupportedTlsVersions minTlsVersion)
Set the minTlsVersion property: MinTlsVersion: configures the minimum version of TLS required for SSL requests.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withNetFrameworkVersion(String netFrameworkVersion)
Set the netFrameworkVersion property: .NET Framework version.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withNodeVersion(String nodeVersion)
Set the nodeVersion property: Version of Node.js.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withNumberOfWorkers(Integer numberOfWorkers)
Set the numberOfWorkers property: Number of workers.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withPhpVersion(String phpVersion)
Set the phpVersion property: Version of PHP.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withPowerShellVersion(String powerShellVersion)
Set the powerShellVersion property: Version of PowerShell.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withPreWarmedInstanceCount(Integer preWarmedInstanceCount)
Set the preWarmedInstanceCount property: Number of preWarmed instances.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withPublishingUsername(String publishingUsername)
Set the publishingUsername property: Publishing user name.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withPush(PushSettingsInner push)
Set the push property: Push endpoint settings.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withPythonVersion(String pythonVersion)
Set the pythonVersion property: Version of Python.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withRemoteDebuggingEnabled(Boolean remoteDebuggingEnabled)
Set the remoteDebuggingEnabled property: <code>true</code> if remote debugging is enabled; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withRemoteDebuggingVersion(String remoteDebuggingVersion)
Set the remoteDebuggingVersion property: Remote debugging version.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withRequestTracingEnabled(Boolean requestTracingEnabled)
Set the requestTracingEnabled property: <code>true</code> if request tracing is enabled; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withRequestTracingExpirationTime(OffsetDateTime requestTracingExpirationTime)
Set the requestTracingExpirationTime property: Request tracing expiration time.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withScmIpSecurityRestrictions(List<IpSecurityRestriction> scmIpSecurityRestrictions)
Set the scmIpSecurityRestrictions property: IP security restrictions for scm.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withScmIpSecurityRestrictionsUseMain(Boolean scmIpSecurityRestrictionsUseMain)
Set the scmIpSecurityRestrictionsUseMain property: IP security restrictions for scm to use main.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withScmMinTlsVersion(SupportedTlsVersions scmMinTlsVersion)
Set the scmMinTlsVersion property: ScmMinTlsVersion: configures the minimum version of TLS required for SSL
requests for SCM site.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withScmType(ScmType scmType)
Set the scmType property: SCM type.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withTracingOptions(String tracingOptions)
Set the tracingOptions property: Tracing options.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withUse32BitWorkerProcess(Boolean use32BitWorkerProcess)
Set the use32BitWorkerProcess property: <code>true</code> to use 32-bit worker process; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withVirtualApplications(List<VirtualApplication> virtualApplications)
Set the virtualApplications property: Virtual applications.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withVnetName(String vnetName)
Set the vnetName property: Virtual Network name.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withVnetPrivatePortsCount(Integer vnetPrivatePortsCount)
Set the vnetPrivatePortsCount property: The number of private ports assigned to this app.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withVnetRouteAllEnabled(Boolean vnetRouteAllEnabled)
Set the vnetRouteAllEnabled property: Virtual Network Route All enabled.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withWebsiteTimeZone(String websiteTimeZone)
Set the websiteTimeZone property: Sets the time zone a site uses for generating timestamps.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withWebSocketsEnabled(Boolean webSocketsEnabled)
Set the webSocketsEnabled property: <code>true</code> if WebSocket is enabled; otherwise,
<code>false</code>.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withWindowsFxVersion(String windowsFxVersion)
Set the windowsFxVersion property: Xenon App Framework and version.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withXManagedServiceIdentityId(Integer xManagedServiceIdentityId)
Set the xManagedServiceIdentityId property: Explicit Managed Service Identity Id.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.