Interface FunctionApp.Definition
- All Superinterfaces:
Creatable<FunctionApp>
,FunctionApp.DefinitionStages.Blank
,FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup
,FunctionApp.DefinitionStages.WithCreate
,FunctionApp.DefinitionStages.WithCredentials
,FunctionApp.DefinitionStages.WithDailyUsageQuota
,FunctionApp.DefinitionStages.WithDockerContainerImage
,FunctionApp.DefinitionStages.WithNewAppServicePlan
,FunctionApp.DefinitionStages.WithRuntimeVersion
,FunctionApp.DefinitionStages.WithStorageAccount
,GroupableResource.DefinitionStages.WithCreatableResourceGroup<FunctionApp.DefinitionStages.WithCreate>
,GroupableResource.DefinitionStages.WithExistingResourceGroup<FunctionApp.DefinitionStages.WithCreate>
,GroupableResource.DefinitionStages.WithGroup<FunctionApp.DefinitionStages.WithCreate>
,GroupableResource.DefinitionStages.WithNewResourceGroup<FunctionApp.DefinitionStages.WithCreate>
,HasName
,Indexable
,Resource.DefinitionWithRegion<FunctionApp.DefinitionStages.NewAppServicePlanWithGroup>
,Resource.DefinitionWithTags<WebAppBase.DefinitionStages.WithCreate<FunctionApp>>
,WebAppBase.DefinitionStages.WithAppSettings<FunctionApp>
,WebAppBase.DefinitionStages.WithAuthentication<FunctionApp>
,WebAppBase.DefinitionStages.WithClientAffinityEnabled<FunctionApp>
,WebAppBase.DefinitionStages.WithClientCertEnabled<FunctionApp>
,WebAppBase.DefinitionStages.WithConnectionString<FunctionApp>
,WebAppBase.DefinitionStages.WithCreate<FunctionApp>
,WebAppBase.DefinitionStages.WithDiagnosticLogging<FunctionApp>
,WebAppBase.DefinitionStages.WithHostNameBinding<FunctionApp>
,WebAppBase.DefinitionStages.WithHostNameSslBinding<FunctionApp>
,WebAppBase.DefinitionStages.WithManagedServiceIdentity<FunctionApp>
,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FunctionApp>
,WebAppBase.DefinitionStages.WithSiteConfigs<FunctionApp>
,WebAppBase.DefinitionStages.WithSourceControl<FunctionApp>
- Enclosing interface:
- FunctionApp
public static interface FunctionApp.Definition
extends FunctionApp.DefinitionStages.Blank, FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup, FunctionApp.DefinitionStages.WithStorageAccount, FunctionApp.DefinitionStages.WithDockerContainerImage, FunctionApp.DefinitionStages.WithCredentials, FunctionApp.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.Blank
withExistingAppServicePlan, withExistingLinuxAppServicePlan
Methods inherited from interface com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithCredentials
withCredentials
Methods inherited from interface com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithDailyUsageQuota
withDailyUsageQuota, withoutDailyUsageQuota
Methods inherited from interface com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithDockerContainerImage
withBuiltInImage, withPrivateDockerHubImage, withPrivateRegistryImage, withPublicDockerHubImage
Methods inherited from interface com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithNewAppServicePlan
withNewAppServicePlan, withNewAppServicePlan, withNewAppServicePlan, withNewConsumptionPlan, withNewConsumptionPlan, withNewFreeAppServicePlan, withNewLinuxAppServicePlan, withNewLinuxAppServicePlan, withNewLinuxAppServicePlan, withNewLinuxConsumptionPlan, withNewLinuxConsumptionPlan, withNewSharedAppServicePlan
Methods inherited from interface com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithRuntimeVersion
withLatestRuntimeVersion, withRuntime, withRuntimeVersion
Methods inherited from interface com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithStorageAccount
withExistingStorageAccount, withNewStorageAccount, withNewStorageAccount
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroup
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroup
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroup
withNewResourceGroup, withNewResourceGroup
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
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.DefinitionWithRegion
withRegion, withRegion
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithAppSettings
withAppSetting, withAppSettings, withStickyAppSetting, withStickyAppSettings
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithAuthentication
defineAuthentication
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithClientAffinityEnabled
withClientAffinityEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithClientCertEnabled
withClientCertEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithConnectionString
withConnectionString, withStickyConnectionString
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithDiagnosticLogging
defineDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithHostNameBinding
defineHostnameBinding, withManagedHostnameBindings, withThirdPartyHostnameBinding
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithHostNameSslBinding
defineSslBinding
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithManagedServiceIdentity
withoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithScmSiteAlsoStopped
withScmSiteAlsoStopped
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithSiteConfigs
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withMinTlsVersion, withNetFrameworkVersion, withoutDefaultDocument, withoutPhp, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithSourceControl
defineSourceControl, withLocalGitSourceControl