Difference in resource type name shown on Microsoft for Defender Cloud UI and in API

Swarnim 41 Reputation points
2022-09-20T05:09:55.937+00:00

242727-image.png

I am seeing different resource type name on UI and in API. Please help where I can find the mapping of the type name shown on UI and in API.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,091 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sujithreddy Komma 576 Reputation points Microsoft Employee
    2022-09-20T09:53:01.3+00:00

    Hi @Swarnim ,

    Please try running the below command

    Get-AzResourceProvider -ListAvailable | Select-Object ProviderNamespace,ResourceTypes

    also, Check the below Document for reference

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers

    Please Mark the answer as it will be useful for others

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.