/// <summary>
 /// Patch the run properties.
 /// </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='runId'>
 /// The run ID.
 /// </param>
 /// <param name='isArchiveEnabled'>
 /// The value that indicates whether archiving is enabled or not.
 /// </param>
 public static Run BeginUpdate(this IRunsOperations operations, string resourceGroupName, string registryName, string runId, bool?isArchiveEnabled = default(bool?))
 {
     return(operations.BeginUpdateAsync(resourceGroupName, registryName, runId, isArchiveEnabled).GetAwaiter().GetResult());
 }