/// <summary> /// Updates 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> /// <param name='quarantinePolicy'> /// An object that represents quarantine policy for a container registry. /// </param> /// <param name='trustPolicy'> /// An object that represents content trust policy for a container registry. /// </param> public static RegistryPolicies UpdatePolicies(this IRegistriesOperations operations, string resourceGroupName, string registryName, QuarantinePolicy quarantinePolicy = default(QuarantinePolicy), TrustPolicy trustPolicy = default(TrustPolicy)) { return(operations.UpdatePoliciesAsync(resourceGroupName, registryName, quarantinePolicy, trustPolicy).GetAwaiter().GetResult()); }