Freigeben über


AgentRegistrationInformationGetResponse type

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

type AgentRegistrationInformationGetResponse = AgentRegistration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AgentRegistration
  }
}