このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Retrieve information about a specified Azure function.

Inputs

フィールド

種類

説明

functionName [required]

string

resourceGroupName [required]

string

subscriptionId [required]

string

siteName [required]

string

Outputs

Expand All

フィールド

種類

説明

function [required]

object

Function information.

id

string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

name

string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

kind

string

Kind of resource.

type

string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

functionAppId

string

Function App ID.

scriptRootPathHref

string

Script root path URI.

scriptHref

string

Script URI.

configHref

string

Config URI.

testDataHref

string

Test data URI.

secretsFileHref

string

Secrets file URI.

href

string

Function URI.

config

object

Config information.

files

object

File list.

testData

string

Test data used when testing via the Azure Portal.

invokeUrlTemplate

string

The invocation URL

language

string

The function language

isDisabled

boolean

Gets or sets a value indicating whether the function is disabled