WebAppsGetConfiguration interface
메서드
| get(Request |
플랫폼 버전 및 비트, 기본 문서, 가상 애플리케이션, Always On 등과 같은 앱의 구성을 가져옵니다. |
| patch(Web |
앱의 구성을 업데이트합니다. |
| put(Web |
앱의 구성을 업데이트합니다. |
메서드 세부 정보
get(RequestParameters)
플랫폼 버전 및 비트, 기본 문서, 가상 애플리케이션, Always On 등과 같은 앱의 구성을 가져옵니다.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetConfiguration200Response | WebAppsGetConfigurationDefaultResponse>
매개 변수
- options
- RequestParameters
반환
patch(WebAppsUpdateConfigurationParameters)
앱의 구성을 업데이트합니다.
function patch(options: WebAppsUpdateConfigurationParameters): StreamableMethod<WebAppsUpdateConfiguration200Response | WebAppsUpdateConfigurationDefaultResponse>
매개 변수
반환
put(WebAppsCreateOrUpdateConfigurationParameters)
앱의 구성을 업데이트합니다.
function put(options: WebAppsCreateOrUpdateConfigurationParameters): StreamableMethod<WebAppsCreateOrUpdateConfiguration200Response | WebAppsCreateOrUpdateConfigurationDefaultResponse>