These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.web.getWebAppInstanceFunctionSlot
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get function information by its ID for web site, or a deployment slot. API Version: 2020-12-01.
Using getWebAppInstanceFunctionSlot
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 getWebAppInstanceFunctionSlot(args: GetWebAppInstanceFunctionSlotArgs, opts?: InvokeOptions): Promise<GetWebAppInstanceFunctionSlotResult>
function getWebAppInstanceFunctionSlotOutput(args: GetWebAppInstanceFunctionSlotOutputArgs, opts?: InvokeOptions): Output<GetWebAppInstanceFunctionSlotResult>
def get_web_app_instance_function_slot(function_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebAppInstanceFunctionSlotResult
def get_web_app_instance_function_slot_output(function_name: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
slot: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebAppInstanceFunctionSlotResult]
func LookupWebAppInstanceFunctionSlot(ctx *Context, args *LookupWebAppInstanceFunctionSlotArgs, opts ...InvokeOption) (*LookupWebAppInstanceFunctionSlotResult, error)
func LookupWebAppInstanceFunctionSlotOutput(ctx *Context, args *LookupWebAppInstanceFunctionSlotOutputArgs, opts ...InvokeOption) LookupWebAppInstanceFunctionSlotResultOutput
> Note: This function is named LookupWebAppInstanceFunctionSlot
in the Go SDK.
public static class GetWebAppInstanceFunctionSlot
{
public static Task<GetWebAppInstanceFunctionSlotResult> InvokeAsync(GetWebAppInstanceFunctionSlotArgs args, InvokeOptions? opts = null)
public static Output<GetWebAppInstanceFunctionSlotResult> Invoke(GetWebAppInstanceFunctionSlotInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWebAppInstanceFunctionSlotResult> getWebAppInstanceFunctionSlot(GetWebAppInstanceFunctionSlotArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:getWebAppInstanceFunctionSlot
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.
- Slot string
- Name of the deployment slot.
- Function
Name string - Function name.
- Name string
- Site name.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Slot string
- Name of the deployment slot.
- function
Name String - Function name.
- name String
- Site name.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- Name of the deployment slot.
- function
Name string - Function name.
- name string
- Site name.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- slot string
- Name of the deployment slot.
- function_
name str - Function name.
- name str
- Site name.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- slot str
- Name of the deployment slot.
- function
Name String - Function name.
- name String
- Site name.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- Name of the deployment slot.
getWebAppInstanceFunctionSlot 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi