Microsoft.ManagedServices registrationAssignments

ARM template resource definition

The registrationAssignments resource type is an extension resource, which means you can apply it to another resource.

Use the scope property on this resource to set the scope for this resource. See Set scope on extension resources in ARM templates.

Valid deployment scopes for the registrationAssignments resource are:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.ManagedServices/registrationAssignments resource, add the following JSON to your template.

{
  "type": "Microsoft.ManagedServices/registrationAssignments",
  "apiVersion": "2022-10-01",
  "name": "string",
  "scope": "string",
  "properties": {
    "registrationDefinitionId": "string"
  }
}

Property values

registrationAssignments

Name Description Value
type The resource type 'Microsoft.ManagedServices/registrationAssignments'
apiVersion The resource api version '2022-10-01'
name The resource name string (required)
scope Use when creating an extension resource at a scope that is different than the deployment scope. Target resource

For JSON, set the value to the full name of the resource to apply the extension resource to.
properties The properties of a registration assignment. RegistrationAssignmentProperties

RegistrationAssignmentProperties

Name Description Value
registrationDefinitionId The fully qualified path of the registration definition. string (required)