Description | : List SharedPrivateLinkResource resources by Watcher |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "SharedPrivateLinkResources_ListByWatcher", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "dnsZone", "Description": { "new": "The DNS zone segment to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances, and must be omitted for SQL logical servers and key vaults. The value is the second segment of the host FQDN name of the resource that the shared private link resource is for. For example: if the host name is 'adx-cluster-21187695.eastus.kusto.windows.net', then the value is 'eastus'; if the host name is 'sql-mi-23961134.767d5869f605.database.windows.net', then the value is '767d5869f605'.", "old": "The DNS zone to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances. The value to use is the second segment of the host FQDN name of the resource that the shared private link resource is for." } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/sharedPrivateLinkResources
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
watcherName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
privateLinkResourceId:
string
,
groupId:
string
,
requestMessage:
string
,
dnsZone:
string
,
status:
enum
,
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}