Udostępnij za pośrednictwem


ModelUpdatePrebuiltEntityRoleResponse type

Zawiera dane odpowiedzi dla operacji updatePrebuiltEntityRole.

type ModelUpdatePrebuiltEntityRoleResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}