Interface WebAppBase.Definition<FluentT>
-
- Type Parameters:
FluentT- the type of the resource
- All Superinterfaces:
Creatable<FluentT>,HasName,Indexable,Resource.DefinitionWithTags<WebAppBase.DefinitionStages.WithCreate<FluentT>>,WebAppBase.DefinitionStages.WithAppSettings<FluentT>,WebAppBase.DefinitionStages.WithAuthentication<FluentT>,WebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>,WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>,WebAppBase.DefinitionStages.WithConnectionString<FluentT>,WebAppBase.DefinitionStages.WithCreate<FluentT>,WebAppBase.DefinitionStages.WithDiagnosticLogging<FluentT>,WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>,WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>,WebAppBase.DefinitionStages.WithManagedServiceIdentity<FluentT>,WebAppBase.DefinitionStages.WithNetworkAccess<FluentT>,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>,WebAppBase.DefinitionStages.WithSourceControl<FluentT>,WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>,WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>,WebAppBase.DefinitionStages.WithWebContainer<FluentT>
- Enclosing interface:
- WebAppBase
public static interface WebAppBase.Definition<FluentT> extends WebAppBase.DefinitionStages.WithWebContainer<FluentT>, WebAppBase.DefinitionStages.WithCreate<FluentT>, WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>, WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
The entirety of the web app base definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithAppSettings
withAppSetting, withAppSettings, withStickyAppSetting, withStickyAppSettings
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithAuthentication
defineAuthentication
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithClientAffinityEnabled
withClientAffinityEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithClientCertEnabled
withClientCertEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithConnectionString
withConnectionString, withStickyConnectionString
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithDiagnosticLogging
defineDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithHostNameBinding
defineHostnameBinding, withManagedHostnameBindings, withThirdPartyHostnameBinding
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithHostNameSslBinding
defineSslBinding
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithManagedServiceIdentity
withoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithNetworkAccess
withAccessFromIpAddress, withAccessFromIpAddressRange, withAccessFromNetworkSubnet, withAccessRule
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithScmSiteAlsoStopped
withScmSiteAlsoStopped
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithSiteConfigs
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withMinTlsVersion, withNetFrameworkVersion, withoutDefaultDocument, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithSourceControl
defineSourceControl, withLocalGitSourceControl
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity, withoutUserAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithWebContainer
withWebContainer
-
-