Aracılığıyla paylaş


LinkedWorkspaceGetResponse type

Alma işlemi için yanıt verilerini içerir.

type LinkedWorkspaceGetResponse = LinkedWorkspace & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: LinkedWorkspace
  }
}