ModelUpdateExplicitListItemResponse type
Enthält Antwortdaten für den UpdateExplicitListItem-Vorgang.
type ModelUpdateExplicitListItemResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}