Interface WebApp.Update
-
- All Superinterfaces:
Appliable<WebApp>,Indexable,Resource.UpdateWithTags<WebAppBase.Update<WebApp>>,WebApp.UpdateStages.WithAppServicePlan,WebApp.UpdateStages.WithContainerImage,WebApp.UpdateStages.WithLinuxAppImage,WebApp.UpdateStages.WithWindowsRuntimeStack,WebAppBase.Update<WebApp>,WebAppBase.UpdateStages.WithAppSettings<WebApp>,WebAppBase.UpdateStages.WithAuthentication<WebApp>,WebAppBase.UpdateStages.WithClientAffinityEnabled<WebApp>,WebAppBase.UpdateStages.WithClientCertEnabled<WebApp>,WebAppBase.UpdateStages.WithConnectionString<WebApp>,WebAppBase.UpdateStages.WithDiagnosticLogging<WebApp>,WebAppBase.UpdateStages.WithHostNameBinding<WebApp>,WebAppBase.UpdateStages.WithHostNameSslBinding<WebApp>,WebAppBase.UpdateStages.WithManagedServiceIdentity<WebApp>,WebAppBase.UpdateStages.WithNetworkAccess<WebApp>,WebAppBase.UpdateStages.WithScmSiteAlsoStopped<WebApp>,WebAppBase.UpdateStages.WithSiteConfigs<WebApp>,WebAppBase.UpdateStages.WithSourceControl<WebApp>,WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess<WebApp>,WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<WebApp>
- All Known Subinterfaces:
WebApp.UpdateStages.WithStartUpCommand
- Enclosing interface:
- WebApp
public static interface WebApp.Update extends Appliable<WebApp>, WebApp.UpdateStages.WithAppServicePlan, WebApp.UpdateStages.WithContainerImage, WebApp.UpdateStages.WithWindowsRuntimeStack, WebApp.UpdateStages.WithLinuxAppImage, WebAppBase.Update<WebApp>
The template for a web app update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebApp.UpdateStages.WithAppServicePlan
withExistingAppServicePlan, withNewAppServicePlan, withNewAppServicePlan, withNewAppServicePlan, withNewFreeAppServicePlan, withNewSharedAppServicePlan
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebApp.UpdateStages.WithContainerImage
withPrivateDockerHubImage, withPrivateRegistryImage, withPublicDockerHubImage
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebApp.UpdateStages.WithLinuxAppImage
withBuiltInImage
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebApp.UpdateStages.WithWindowsRuntimeStack
withRuntimeStack
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAppSettings
withAppSetting, withAppSettings, withAppSettingStickiness, withoutAppSetting, withStickyAppSetting, withStickyAppSettings
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithAuthentication
defineAuthentication, withoutAuthentication
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithClientAffinityEnabled
withClientAffinityEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithClientCertEnabled
withClientCertEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithConnectionString
withConnectionString, withConnectionStringStickiness, withoutConnectionString, withStickyConnectionString
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithDiagnosticLogging
updateDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithHostNameBinding
defineHostnameBinding, withManagedHostnameBindings, withoutHostnameBinding, withThirdPartyHostnameBinding
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithHostNameSslBinding
defineSslBinding, withoutSslBinding
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithManagedServiceIdentity
withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithNetworkAccess
withAccessFromAllNetworks, withAccessFromIpAddress, withAccessFromIpAddressRange, withAccessFromNetworkSubnet, withAccessRule, withoutAccessRule, withoutIpAddressAccess, withoutIpAddressRangeAccess, withoutNetworkSubnetAccess
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithScmSiteAlsoStopped
withScmSiteAlsoStopped
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithSiteConfigs
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withMinTlsVersion, withNetFrameworkVersion, withoutDefaultDocument, withoutJava, withoutPhp, withoutPython, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithSourceControl
defineSourceControl, withLocalGitSourceControl, withoutSourceControl
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess
withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
-
-