OperationsGetDetailsResponse type
Enthält Antwortdaten für den GetDetails-Vorgang.
type OperationsGetDetailsResponse = Operation &
OperationsGetDetailsHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Operation
parsedHeaders: OperationsGetDetailsHeaders
}
}