Freigeben über


ConnectionTypeGetResponse type

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

type ConnectionTypeGetResponse = ConnectionType & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ConnectionType
  }
}