LargePersonGroupPersonCreateResponse type

Contains response data for the create operation.

type LargePersonGroupPersonCreateResponse = Person & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Person }
}