FunctionEnvelope 클래스
함수 정보입니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResourceFunctionEnvelope
생성자
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
|
리소스 종류입니다. |
function_app_id
|
함수 앱 ID입니다. |
script_root_path_href
|
루트 경로 URI를 스크립팅합니다. |
script_href
|
스크립트 URI. |
config_href
|
구성 URI. |
test_data_href
|
데이터 URI를 테스트합니다. |
secrets_file_href
|
비밀 파일 URI. |
href
|
함수 URI. |
config
|
<xref:JSON>
구성 정보입니다. |
files
|
파일 목록입니다. |
test_data
|
Azure Portal을 통해 테스트할 때 사용되는 데이터를 테스트합니다. |
invoke_url_template
|
호출 URL입니다. |
language
|
함수 언어입니다. |
is_disabled
|
함수를 사용할 수 없는지 여부를 나타내는 값을 가져오거나 설정합니다. |
변수
Name | Description |
---|---|
id
|
리소스 ID입니다. |
name
|
리소스 이름입니다. |
kind
|
리소스 종류입니다. |
type
|
리소스 종류. |
function_app_id
|
함수 앱 ID입니다. |
script_root_path_href
|
루트 경로 URI를 스크립팅합니다. |
script_href
|
스크립트 URI. |
config_href
|
구성 URI. |
test_data_href
|
데이터 URI를 테스트합니다. |
secrets_file_href
|
비밀 파일 URI. |
href
|
함수 URI. |
config
|
<xref:JSON>
구성 정보입니다. |
files
|
파일 목록입니다. |
test_data
|
Azure Portal을 통해 테스트할 때 사용되는 데이터를 테스트합니다. |
invoke_url_template
|
호출 URL입니다. |
language
|
함수 언어입니다. |
is_disabled
|
함수를 사용할 수 없는지 여부를 나타내는 값을 가져오거나 설정합니다. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python