Interface WebAppBase.Update<FluentT>
-
- Type Parameters:
FluentT- the type of the resource
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<FluentT>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<WebAppBase.Update<FluentT>>,WebAppBase.UpdateStages.WithAppSettings<FluentT>,WebAppBase.UpdateStages.WithAuthentication<FluentT>,WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>,WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>,WebAppBase.UpdateStages.WithConnectionString<FluentT>,WebAppBase.UpdateStages.WithDiagnosticLogging<FluentT>,WebAppBase.UpdateStages.WithHostNameBinding<FluentT>,WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>,WebAppBase.UpdateStages.WithManagedServiceIdentity<FluentT>,WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.UpdateStages.WithSiteConfigs<FluentT>,WebAppBase.UpdateStages.WithSourceControl<FluentT>,WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess<FluentT>,WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<FluentT>
- All Known Subinterfaces:
DeploymentSlot.Update,FunctionApp.Update,FunctionDeploymentSlot.Update,WebApp.Update,WebApp.UpdateStages.WithStartUpCommand
- Enclosing interface:
- WebAppBase
public static interface WebAppBase.Update<FluentT> extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<FluentT>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<WebAppBase.Update<FluentT>>, WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>, WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>, WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>, WebAppBase.UpdateStages.WithSiteConfigs<FluentT>, WebAppBase.UpdateStages.WithAppSettings<FluentT>, WebAppBase.UpdateStages.WithConnectionString<FluentT>, WebAppBase.UpdateStages.WithSourceControl<FluentT>, WebAppBase.UpdateStages.WithHostNameBinding<FluentT>, WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>, WebAppBase.UpdateStages.WithAuthentication<FluentT>, WebAppBase.UpdateStages.WithDiagnosticLogging<FluentT>, WebAppBase.UpdateStages.WithManagedServiceIdentity<FluentT>, WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess<FluentT>, WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<FluentT>
The template for a site update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithAppSettings
withAppSetting, withAppSettings, withAppSettingStickiness, withoutAppSetting, withStickyAppSetting, withStickyAppSettings
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithAuthentication
defineAuthentication, withoutAuthentication
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithClientAffinityEnabled
withClientAffinityEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithClientCertEnabled
withClientCertEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithConnectionString
withConnectionString, withConnectionStringStickiness, withoutConnectionString, withStickyConnectionString
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithDiagnosticLogging
updateDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithHostNameBinding
defineHostnameBinding, withManagedHostnameBindings, withoutHostnameBinding, withThirdPartyHostnameBinding
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithHostNameSslBinding
defineSslBinding, withoutSslBinding
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithManagedServiceIdentity
withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithScmSiteAlsoStopped
withScmSiteAlsoStopped
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSiteConfigs
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withNetFrameworkVersion, withoutDefaultDocument, withoutJava, withoutPython, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSourceControl
defineSourceControl, withLocalGitSourceControl, withoutSourceControl
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess
withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
-
-