ModelUpdateExplicitListItemResponse type
updateExplicitListItem işleminin yanıt verilerini içerir.
type ModelUpdateExplicitListItemResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}