WebAppsGetDomainOwnershipIdentifier interface
메서드
| delete(Request |
웹앱에 대한 도메인 소유권 식별자를 삭제합니다. |
| get(Request |
웹앱에 대한 도메인 소유권 식별자를 가져옵니다. |
| patch(Web |
웹앱에 대한 도메인 소유권 식별자를 만들거나 기존 소유권 식별자를 업데이트합니다. |
| put(Web |
웹앱에 대한 도메인 소유권 식별자를 만들거나 기존 소유권 식별자를 업데이트합니다. |
메서드 세부 정보
delete(RequestParameters)
웹앱에 대한 도메인 소유권 식별자를 삭제합니다.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteDomainOwnershipIdentifier200Response | WebAppsDeleteDomainOwnershipIdentifier204Response | WebAppsDeleteDomainOwnershipIdentifierDefaultResponse>
매개 변수
- options
- RequestParameters
반환
get(RequestParameters)
웹앱에 대한 도메인 소유권 식별자를 가져옵니다.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetDomainOwnershipIdentifier200Response | WebAppsGetDomainOwnershipIdentifierDefaultResponse>
매개 변수
- options
- RequestParameters
반환
patch(WebAppsUpdateDomainOwnershipIdentifierParameters)
웹앱에 대한 도메인 소유권 식별자를 만들거나 기존 소유권 식별자를 업데이트합니다.
function patch(options: WebAppsUpdateDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsUpdateDomainOwnershipIdentifier200Response | WebAppsUpdateDomainOwnershipIdentifierDefaultResponse>
매개 변수
반환
put(WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters)
웹앱에 대한 도메인 소유권 식별자를 만들거나 기존 소유권 식별자를 업데이트합니다.
function put(options: WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsCreateOrUpdateDomainOwnershipIdentifier200Response | WebAppsCreateOrUpdateDomainOwnershipIdentifierDefaultResponse>