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