The signalR/sharedPrivateLinkResources resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.SignalRService/signalR/sharedPrivateLinkResources resource, add the following JSON to your template.
{
"type": "Microsoft.SignalRService/signalR/sharedPrivateLinkResources",
"apiVersion": "2023-08-01-preview",
"name": "string",
"properties": {
"groupId": "string",
"privateLinkResourceId": "string",
"requestMessage": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.SignalRService/signalR/sharedPrivateLinkResources' |
apiVersion | The resource api version | '2023-08-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Describes the properties of an existing Shared Private Link Resource | SharedPrivateLinkResourceProperties |
Name | Description | Value |
---|---|---|
groupId | The group id from the provider of resource the shared private link resource is for | string (required) |
privateLinkResourceId | The resource id of the resource the shared private link resource is for | string (required) |
requestMessage | The request message for requesting approval of the shared private link resource | string |