Aracılığıyla paylaş


ModelDeletePrebuiltEntityRoleResponse type

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

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