Freigeben über


ConnectionDeleteMethodResponse type

Enthält Antwortdaten für den deleteMethod-Vorgang.

type ConnectionDeleteMethodResponse = Connection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Connection
  }
}