다음을 통해 공유


FunctionEnvelope 클래스

함수 정보입니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.web.v2023_01_01.models._models_py3.ProxyOnlyResource
FunctionEnvelope

생성자

FunctionEnvelope(*, kind: str | None = None, function_app_id: str | None = None, script_root_path_href: str | None = None, script_href: str | None = None, config_href: str | None = None, test_data_href: str | None = None, secrets_file_href: str | None = None, href: str | None = None, config: MutableMapping[str, Any] | None = None, files: Dict[str, str] | None = None, test_data: str | None = None, invoke_url_template: str | None = None, language: str | None = None, is_disabled: bool | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
kind
str

리소스 종류입니다.

function_app_id
str

함수 앱 ID입니다.

script_root_path_href
str

루트 경로 URI 스크립팅

script_href
str

스크립트 URI.

config_href
str

구성 URI.

test_data_href
str

데이터 URI를 테스트합니다.

secrets_file_href
str

비밀 파일 URI.

href
str

함수 URI.

config
<xref:JSON>

구성 정보입니다.

files

파일 목록입니다.

test_data
str

Azure Portal을 통해 테스트할 때 사용되는 테스트 데이터입니다.

invoke_url_template
str

호출 URL입니다.

language
str

함수 언어입니다.

is_disabled

함수가 비활성화되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

변수

Name Description
id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

kind
str

리소스 종류입니다.

type
str

리소스 종류.

function_app_id
str

함수 앱 ID입니다.

script_root_path_href
str

루트 경로 URI 스크립팅

script_href
str

스크립트 URI.

config_href
str

구성 URI.

test_data_href
str

데이터 URI를 테스트합니다.

secrets_file_href
str

비밀 파일 URI.

href
str

함수 URI.

config
<xref:JSON>

구성 정보입니다.

files

파일 목록입니다.

test_data
str

Azure Portal을 통해 테스트할 때 사용되는 테스트 데이터입니다.

invoke_url_template
str

호출 URL입니다.

language
str

함수 언어입니다.

is_disabled

함수가 비활성화되었는지 여부를 나타내는 값을 가져오거나 설정합니다.