WebAppsGetConfigurationSlot interface
메서드
| get(Request |
플랫폼 버전 및 비트, 기본 문서, 가상 애플리케이션, Always On 등과 같은 앱의 구성을 가져옵니다. |
| patch(Web |
앱의 구성을 업데이트합니다. |
| put(Web |
앱의 구성을 업데이트합니다. |
메서드 세부 정보
get(RequestParameters)
플랫폼 버전 및 비트, 기본 문서, 가상 애플리케이션, Always On 등과 같은 앱의 구성을 가져옵니다.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetConfigurationSlot200Response | WebAppsGetConfigurationSlotDefaultResponse>
매개 변수
- options
- RequestParameters
반환
patch(WebAppsUpdateConfigurationSlotParameters)
앱의 구성을 업데이트합니다.
function patch(options: WebAppsUpdateConfigurationSlotParameters): StreamableMethod<WebAppsUpdateConfigurationSlot200Response | WebAppsUpdateConfigurationSlotDefaultResponse>
매개 변수
반환
put(WebAppsCreateOrUpdateConfigurationSlotParameters)
앱의 구성을 업데이트합니다.
function put(options: WebAppsCreateOrUpdateConfigurationSlotParameters): StreamableMethod<WebAppsCreateOrUpdateConfigurationSlot200Response | WebAppsCreateOrUpdateConfigurationSlotDefaultResponse>