@Beta public interface FunctionApp extends WebAppBase, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<FunctionApp>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<FunctionApp.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionApp.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
FunctionApp.DefinitionStages
Grouping of all the function app definition stages.
|
static interface |
FunctionApp.Update
The template for a function app update operation, containing all the settings that can be modified.
|
static interface |
FunctionApp.UpdateStages
Grouping of all the function app update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
String |
getMasterKey() |
rx.Observable<String> |
getMasterKeyAsync() |
com.microsoft.azure.management.storage.StorageAccount |
storageAccount() |
void |
syncTriggers()
Syncs the triggers on the function app.
|
rx.Completable |
syncTriggersAsync()
Syncs the triggers on the function app.
|
alwaysOn, applySlotConfigurations, applySlotConfigurationsAsync, appServicePlanId, appSettings, autoSwapSlotName, availabilityState, clientAffinityEnabled, clientCertEnabled, cloningInfo, connectionStrings, containerSize, defaultDocuments, defaultHostName, enabled, enabledHostNames, gatewaySiteName, getHostNameBindings, getHostNameBindingsAsync, getPublishingProfile, getPublishingProfileAsync, getSourceControl, getSourceControlAsync, hostNames, hostNamesDisabled, hostNameSslStates, isDefaultContainer, isPremiumApp, javaContainer, javaContainerVersion, javaVersion, lastModifiedTime, linuxFxVersion, managedPipelineMode, microService, netFrameworkVersion, nodeVersion, operatingSystem, outboundIPAddresses, phpVersion, platformArchitecture, pythonVersion, remoteDebuggingEnabled, remoteDebuggingVersion, repositorySiteName, resetSlotConfigurations, resetSlotConfigurationsAsync, restart, restartAsync, scmSiteAlsoStopped, start, startAsync, state, stop, stopAsync, swap, swapAsync, targetSwapSlot, trafficManagerHostNames, usageState, verifyDomainOwnership, verifyDomainOwnershipAsync, webSocketsEnabledregion, regionName, tags, typekeyidnameresourceGroupNamemanagerinnercom.microsoft.azure.management.storage.StorageAccount storageAccount()
String getMasterKey()
rx.Observable<String> getMasterKeyAsync()
void syncTriggers()
rx.Completable syncTriggersAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/