Ejemplo n.º 1
0
 /// <summary>
 /// Gets a privately linkable resources for an account with given group
 /// identifier.
 /// </summary>
 /// <remarks>
 /// Gets a privately linkable resources for an account with given group
 /// identifier
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The resource group name.
 /// </param>
 /// <param name='accountName'>
 /// The name of the account.
 /// </param>
 /// <param name='groupId'>
 /// The group identifier.
 /// </param>
 public static PrivateLinkResource GetByGroupId(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId)
 {
     return(operations.GetByGroupIdAsync(resourceGroupName, accountName, groupId).GetAwaiter().GetResult());
 }