다음을 통해 공유


WebAppRuntimeSettingsOutput interface

웹앱 런타임 설정입니다.

속성

appInsightsSettings

부 버전과 연결된 Application Insights 설정입니다.

endOfLifeDate

부 버전의 수명 종료 날짜입니다.

gitHubActionSettings

부 버전과 연결된 GitHub Actions 설정입니다.

isAutoUpdate

스택 버전이 자동으로 업데이트되었는지 true. 그렇지 않으면 false.

isDeprecated

스택이 더 이상 사용되지 않는지 true. 그렇지 않으면 false.

isEarlyAccess

부 버전이 초기 액세스인지 true. 그렇지 않으면 false.

isHidden

스택을 숨겨야 하는지 true. 그렇지 않으면 false.

isPreview

스택이 미리 보기 상태이면 true. 그렇지 않으면 false.

remoteDebuggingSupported

스택에 대해 원격 디버깅이 지원되는지 true. 그렇지 않으면 false.

runtimeVersion

웹앱 스택 부 버전(런타임에만 해당).

속성 세부 정보

appInsightsSettings

부 버전과 연결된 Application Insights 설정입니다.

appInsightsSettings?: AppInsightsWebAppStackSettingsOutput

속성 값

endOfLifeDate

부 버전의 수명 종료 날짜입니다.

endOfLifeDate?: string

속성 값

string

gitHubActionSettings

부 버전과 연결된 GitHub Actions 설정입니다.

gitHubActionSettings?: GitHubActionWebAppStackSettingsOutput

속성 값

isAutoUpdate

스택 버전이 자동으로 업데이트되었는지 true. 그렇지 않으면 false.

isAutoUpdate?: boolean

속성 값

boolean

isDeprecated

스택이 더 이상 사용되지 않는지 true. 그렇지 않으면 false.

isDeprecated?: boolean

속성 값

boolean

isEarlyAccess

부 버전이 초기 액세스인지 true. 그렇지 않으면 false.

isEarlyAccess?: boolean

속성 값

boolean

isHidden

스택을 숨겨야 하는지 true. 그렇지 않으면 false.

isHidden?: boolean

속성 값

boolean

isPreview

스택이 미리 보기 상태이면 true. 그렇지 않으면 false.

isPreview?: boolean

속성 값

boolean

remoteDebuggingSupported

스택에 대해 원격 디버깅이 지원되는지 true. 그렇지 않으면 false.

remoteDebuggingSupported?: boolean

속성 값

boolean

runtimeVersion

웹앱 스택 부 버전(런타임에만 해당).

runtimeVersion?: string

속성 값

string