The bookmarks/relations resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.SecurityInsights/bookmarks/relations resource, add the following JSON to your template.
{
"type": "Microsoft.SecurityInsights/bookmarks/relations",
"apiVersion": "2023-02-01-preview",
"name": "string",
"etag": "string",
"properties": {
"relatedResourceId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.SecurityInsights/bookmarks/relations' |
apiVersion | The resource api version | '2023-02-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
etag | Etag of the azure resource | string |
properties | Relation properties | RelationProperties |
Name | Description | Value |
---|---|---|
relatedResourceId | The resource ID of the related resource | string (required) |