ExamplesDeleteMethodResponse type
Obsahuje data odpovědi pro operaci deleteMethod.
type ExamplesDeleteMethodResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}