Show / Hide Table of Contents

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 Source

AppServicePlanId

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
View Source

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>
View Source

ConnectionStrings

An connection_string block as defined below.

Declaration
public readonly ImmutableArray<GetFunctionAppConnectionStringResult> ConnectionStrings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetFunctionAppConnectionStringResult>
View Source

DefaultHostname

The default hostname associated with the Function App.

Declaration
public readonly string DefaultHostname
Field Value
Type Description
System.String
View Source

Enabled

Is the Function App enabled?

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

The name of the Connection String.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

OsType

A string indicating the Operating System type for this function app.

Declaration
public readonly string OsType
Field Value
Type Description
System.String
View Source

OutboundIpAddresses

A comma separated list of outbound IP addresses.

Declaration
public readonly string OutboundIpAddresses
Field Value
Type Description
System.String
View Source

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
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

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>
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.