/// <summary>
 /// List all Azure resources associated to the same Datadog organization as the
 /// target resource.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group. The name is case insensitive.
 /// </param>
 /// <param name='monitorName'>
 /// Monitor resource name
 /// </param>
 public static IPage <LinkedResource> ListLinkedResources(this IMonitorsOperations operations, string resourceGroupName, string monitorName)
 {
     return(operations.ListLinkedResourcesAsync(resourceGroupName, monitorName).GetAwaiter().GetResult());
 }