Provider Operations Metadata - List

Gets provider operations metadata for all resource providers.

GET https://management.azure.com/providers/Microsoft.Authorization/providerOperations?api-version=2022-04-01
GET https://management.azure.com/providers/Microsoft.Authorization/providerOperations?api-version=2022-04-01&$expand={$expand}

URI Parameters

Name In Required Type Description
api-version
query True

string

The API version to use for this operation.

$expand
query

string

Specifies whether to expand the values.

Responses

Name Type Description
200 OK

ProviderOperationsMetadataListResult

OK - Returns an array of the operations metadata.

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Permissions

To call this API, you must be assigned a role that has the following permissions. For more information, see Azure built-in roles.

Microsoft.Authorization/providerOperations/read

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List provider operations metadata for all resource providers

Sample Request

GET https://management.azure.com/providers/Microsoft.Authorization/providerOperations?api-version=2022-04-01

Sample Response

{
  "value": [
    {
      "id": "id",
      "name": "name",
      "type": "type",
      "displayName": "displayName",
      "resourceTypes": [
        {
          "name": "name",
          "displayName": "name",
          "operations": []
        }
      ],
      "operations": []
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

ProviderOperation

Operation

ProviderOperationsMetadata

Provider Operations metadata

ProviderOperationsMetadataListResult

Provider operations metadata list

ResourceType

Resource Type

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

ProviderOperation

Operation

Name Type Description
description

string

The operation description.

displayName

string

The operation display name.

isDataAction

boolean

The dataAction flag to specify the operation type.

name

string

The operation name.

origin

string

The operation origin.

ProviderOperationsMetadata

Provider Operations metadata

Name Type Description
displayName

string

The provider display name.

id

string

The provider id.

name

string

The provider name.

operations

ProviderOperation[]

The provider operations.

resourceTypes

ResourceType[]

The provider resource types

type

string

The provider type.

ProviderOperationsMetadataListResult

Provider operations metadata list

Name Type Description
nextLink

string

The URL to use for getting the next set of results.

value

ProviderOperationsMetadata[]

The list of providers.

ResourceType

Resource Type

Name Type Description
displayName

string

The resource type display name.

name

string

The resource type name.

operations

ProviderOperation[]

The resource type operations.