IFunctionAppBasic Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure Function App.
public interface IFunctionAppBasic : Microsoft.Azure.Management.AppService.Fluent.IWebSiteBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource
type IFunctionAppBasic = interface
interface IWebSiteBase
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasInner<SiteInner>
Public Interface IFunctionAppBasic
Implements IHasInner(Of SiteInner), IHasResourceGroup, IResource, IWebSiteBase
- Implements
Properties
AvailabilityState |
Gets management information availability state for the app. Possible values include: 'Normal', 'Limited', 'DisasterRecoveryMode' (Inherited from IWebSiteBase) |
ClientAffinityEnabled |
Gets <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. (Inherited from IWebSiteBase) |
ClientCertEnabled |
Gets <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. (Inherited from IWebSiteBase) |
ClientCertExclusionPaths |
Gets client certificate authentication comma-separated exclusion paths (Inherited from IWebSiteBase) |
CloningInfo |
Gets if specified during app creation, the app is cloned from a source app. (Inherited from IWebSiteBase) |
ContainerSize |
Gets size of the function container. (Inherited from IWebSiteBase) |
DailyMemoryTimeQuota |
Gets maximum allowed daily memory-time quota (applicable on dynamic apps only). (Inherited from IWebSiteBase) |
DefaultHostName |
Gets default hostname of the app. Read-only. (Inherited from IWebSiteBase) |
Enabled |
Gets <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline). (Inherited from IWebSiteBase) |
EnabledHostNames |
Gets enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise, the app is not served on those hostnames. (Inherited from IWebSiteBase) |
HostingEnvironmentProfile |
Gets app Service Environment to use for the app. (Inherited from IWebSiteBase) |
HostNames |
Gets hostnames associated with the app. (Inherited from IWebSiteBase) |
HostNamesDisabled |
Gets <code>true</code> to disable the hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process. (Inherited from IWebSiteBase) |
HostNameSslStates |
Gets hostname SSL states are used to manage the SSL bindings for app's hostnames. (Inherited from IWebSiteBase) |
HttpsOnly |
Gets httpsOnly: configures a web site to accept only https requests. Issues redirect for http requests (Inherited from IWebSiteBase) |
HyperV |
Gets hyper-V sandbox. (Inherited from IWebSiteBase) |
Id |
Gets the resource id string (Inherited from IHasId) |
Identity | (Inherited from IWebSiteBase) |
Inner | (Inherited from IHasInner<T>) |
IsDefaultContainer |
Gets <code>true</code> if the app is a default container; otherwise, <code>false</code>. (Inherited from IWebSiteBase) |
Key | (Inherited from IIndexable) |
Kind |
Gets kind of resource. (Inherited from IWebSiteBase) |
LastModifiedTimeUtc |
Gets last time the app was modified, in UTC. Read-only. (Inherited from IWebSiteBase) |
MaxNumberOfWorkers |
Gets maximum number of workers. This only applies to Functions container. (Inherited from IWebSiteBase) |
Name |
Gets the name of the resource (Inherited from IHasName) |
OperatingSystem |
Gets the operating system. (Inherited from IWebSiteBase) |
OutboundIpAddresses |
Gets list of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only. (Inherited from IWebSiteBase) |
PossibleOutboundIpAddresses |
Gets list of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only. (Inherited from IWebSiteBase) |
RedundancyMode |
Gets site redundancy mode. Possible values include: 'None', 'Manual', 'Failover', 'ActiveActive', 'GeoRedundant' (Inherited from IWebSiteBase) |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
RepositorySiteName |
Gets name of the repository site. (Inherited from IWebSiteBase) |
Reserved |
Gets <code>true</code> if reserved; otherwise, <code>false</code>. (Inherited from IWebSiteBase) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
ScmSiteAlsoStopped |
Gets <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. (Inherited from IWebSiteBase) |
ServerFarmId |
Gets resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}". (Inherited from IWebSiteBase) |
SlotSwapStatus |
Gets status of the last deployment slot swap operation. (Inherited from IWebSiteBase) |
SuspendedTill |
Gets app suspended till in case memory-time quota is exceeded. (Inherited from IWebSiteBase) |
Tags | (Inherited from IResource) |
TargetSwapSlot |
Gets specifies which deployment slot this app will swap into. Read-only. (Inherited from IWebSiteBase) |
TrafficManagerHostNames |
Gets azure Traffic Manager hostnames associated with the app. Read-only. (Inherited from IWebSiteBase) |
Type | (Inherited from IResource) |
UsageState |
Gets state indicating whether the app has exceeded its quota usage. Read-only. Possible values include: 'Normal', 'Exceeded' (Inherited from IWebSiteBase) |
Applies to
Azure SDK for .NET