Class GetFunctionAppResult
Inheritance
System.Object
GetFunctionAppResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetFunctionAppResult
Fields
View SourceAppServicePlanId
The ID of the App Service Plan within which to create this Function App.
Declaration
public readonly string AppServicePlanId
Field Value
| Type | Description |
|---|---|
| System.String |
AppSettings
A key-value pair of App Settings.
Declaration
public readonly ImmutableDictionary<string, string> AppSettings
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
ConnectionStrings
An connection_string block as defined below.
Declaration
public readonly ImmutableArray<GetFunctionAppConnectionStringResult> ConnectionStrings
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetFunctionAppConnectionStringResult> |
DefaultHostname
The default hostname associated with the Function App.
Declaration
public readonly string DefaultHostname
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Is the Function App enabled?
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the Connection String.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OsType
A string indicating the Operating System type for this function app.
Declaration
public readonly string OsType
Field Value
| Type | Description |
|---|---|
| System.String |
OutboundIpAddresses
A comma separated list of outbound IP addresses.
Declaration
public readonly string OutboundIpAddresses
Field Value
| Type | Description |
|---|---|
| System.String |
PossibleOutboundIpAddresses
A comma separated list of outbound IP addresses, not all of which are necessarily in use. Superset of outbound_ip_addresses.
Declaration
public readonly string PossibleOutboundIpAddresses
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SiteCredentials
A site_credential block as defined below, which contains the site-level credentials used to publish to this App Service.
Declaration
public readonly ImmutableArray<GetFunctionAppSiteCredentialResult> SiteCredentials
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetFunctionAppSiteCredentialResult> |
Tags
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |