Exemplo n.º 1
0
 /// <summary>
 /// Lists the policies for the specified container registry.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group to which the container registry belongs.
 /// </param>
 /// <param name='registryName'>
 /// The name of the container registry.
 /// </param>
 public static RegistryPolicies ListPolicies(this IRegistriesOperations operations, string resourceGroupName, string registryName)
 {
     return(operations.ListPoliciesAsync(resourceGroupName, registryName).GetAwaiter().GetResult());
 }