azure-native.web.getWebAppFunction
Explore with Pulumi AI
Get function information by its ID for web site, or a deployment slot. API Version: 2020-12-01.
Using getWebAppFunction
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWebAppFunction(args: GetWebAppFunctionArgs, opts?: InvokeOptions): Promise<GetWebAppFunctionResult>
function getWebAppFunctionOutput(args: GetWebAppFunctionOutputArgs, opts?: InvokeOptions): Output<GetWebAppFunctionResult>
def get_web_app_function(function_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebAppFunctionResult
def get_web_app_function_output(function_name: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebAppFunctionResult]
func LookupWebAppFunction(ctx *Context, args *LookupWebAppFunctionArgs, opts ...InvokeOption) (*LookupWebAppFunctionResult, error)
func LookupWebAppFunctionOutput(ctx *Context, args *LookupWebAppFunctionOutputArgs, opts ...InvokeOption) LookupWebAppFunctionResultOutput
> Note: This function is named LookupWebAppFunction
in the Go SDK.
public static class GetWebAppFunction
{
public static Task<GetWebAppFunctionResult> InvokeAsync(GetWebAppFunctionArgs args, InvokeOptions? opts = null)
public static Output<GetWebAppFunctionResult> Invoke(GetWebAppFunctionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWebAppFunctionResult> getWebAppFunction(GetWebAppFunctionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:getWebAppFunction
arguments:
# arguments dictionary
The following arguments are supported:
- Function
Name string Function name.
- Name string
Site name.
- Resource
Group stringName Name of the resource group to which the resource belongs.
- Function
Name string Function name.
- Name string
Site name.
- Resource
Group stringName Name of the resource group to which the resource belongs.
- function
Name String Function name.
- name String
Site name.
- resource
Group StringName Name of the resource group to which the resource belongs.
- function
Name string Function name.
- name string
Site name.
- resource
Group stringName Name of the resource group to which the resource belongs.
- function_
name str Function name.
- name str
Site name.
- resource_
group_ strname Name of the resource group to which the resource belongs.
- function
Name String Function name.
- name String
Site name.
- resource
Group StringName Name of the resource group to which the resource belongs.
getWebAppFunction Result
The following output properties are available:
- Id string
Resource Id.
- Name string
Resource Name.
- Type string
Resource type.
- Config object
Config information.
- Config
Href string Config URI.
- Files Dictionary<string, string>
File list.
- Function
App stringId Function App ID.
- Href string
Function URI.
- Invoke
Url stringTemplate The invocation URL
- Is
Disabled bool Gets or sets a value indicating whether the function is disabled
- Kind string
Kind of resource.
- Language string
The function language
- Script
Href string Script URI.
- Script
Root stringPath Href Script root path URI.
- Secrets
File stringHref Secrets file URI.
- Test
Data string Test data used when testing via the Azure Portal.
- Test
Data stringHref Test data URI.
- Id string
Resource Id.
- Name string
Resource Name.
- Type string
Resource type.
- Config interface{}
Config information.
- Config
Href string Config URI.
- Files map[string]string
File list.
- Function
App stringId Function App ID.
- Href string
Function URI.
- Invoke
Url stringTemplate The invocation URL
- Is
Disabled bool Gets or sets a value indicating whether the function is disabled
- Kind string
Kind of resource.
- Language string
The function language
- Script
Href string Script URI.
- Script
Root stringPath Href Script root path URI.
- Secrets
File stringHref Secrets file URI.
- Test
Data string Test data used when testing via the Azure Portal.
- Test
Data stringHref Test data URI.
- id String
Resource Id.
- name String
Resource Name.
- type String
Resource type.
- config Object
Config information.
- config
Href String Config URI.
- files Map<String,String>
File list.
- function
App StringId Function App ID.
- href String
Function URI.
- invoke
Url StringTemplate The invocation URL
- is
Disabled Boolean Gets or sets a value indicating whether the function is disabled
- kind String
Kind of resource.
- language String
The function language
- script
Href String Script URI.
- script
Root StringPath Href Script root path URI.
- secrets
File StringHref Secrets file URI.
- test
Data String Test data used when testing via the Azure Portal.
- test
Data StringHref Test data URI.
- id string
Resource Id.
- name string
Resource Name.
- type string
Resource type.
- config any
Config information.
- config
Href string Config URI.
- files {[key: string]: string}
File list.
- function
App stringId Function App ID.
- href string
Function URI.
- invoke
Url stringTemplate The invocation URL
- is
Disabled boolean Gets or sets a value indicating whether the function is disabled
- kind string
Kind of resource.
- language string
The function language
- script
Href string Script URI.
- script
Root stringPath Href Script root path URI.
- secrets
File stringHref Secrets file URI.
- test
Data string Test data used when testing via the Azure Portal.
- test
Data stringHref Test data URI.
- id str
Resource Id.
- name str
Resource Name.
- type str
Resource type.
- config Any
Config information.
- config_
href str Config URI.
- files Mapping[str, str]
File list.
- function_
app_ strid Function App ID.
- href str
Function URI.
- invoke_
url_ strtemplate The invocation URL
- is_
disabled bool Gets or sets a value indicating whether the function is disabled
- kind str
Kind of resource.
- language str
The function language
- script_
href str Script URI.
- script_
root_ strpath_ href Script root path URI.
- secrets_
file_ strhref Secrets file URI.
- test_
data str Test data used when testing via the Azure Portal.
- test_
data_ strhref Test data URI.
- id String
Resource Id.
- name String
Resource Name.
- type String
Resource type.
- config Any
Config information.
- config
Href String Config URI.
- files Map<String>
File list.
- function
App StringId Function App ID.
- href String
Function URI.
- invoke
Url StringTemplate The invocation URL
- is
Disabled Boolean Gets or sets a value indicating whether the function is disabled
- kind String
Kind of resource.
- language String
The function language
- script
Href String Script URI.
- script
Root StringPath Href Script root path URI.
- secrets
File StringHref Secrets file URI.
- test
Data String Test data used when testing via the Azure Portal.
- test
Data StringHref Test data URI.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0