ConnectionDeleteMethodResponse type
Contains response data for the deleteMethod operation.
type ConnectionDeleteMethodResponse = Connection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Connection
}
}