Aracılığıyla paylaş


ModelCreateCustomPrebuiltEntityRoleResponse type

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

type ModelCreateCustomPrebuiltEntityRoleResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}