Exemple #1
0
 /// <summary>
 /// Returns all of the private link service ids that can be linked to a Private
 /// Endpoint with auto approved in this subscription in this region.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='location'>
 /// The location of the domain name.
 /// </param>
 public static IPage <AutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServices(this IPrivateLinkServicesOperations operations, string location)
 {
     return(operations.ListAutoApprovedPrivateLinkServicesAsync(location).GetAwaiter().GetResult());
 }