/// <summary>
 /// Gets the properties of the specified Compute Node file.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='poolId'>
 /// The ID of the Pool that contains the Compute Node.
 /// </param>
 /// <param name='nodeId'>
 /// The ID of the Compute Node that contains the file.
 /// </param>
 /// <param name='filePath'>
 /// The path to the Compute Node file that you want to get the properties of.
 /// </param>
 /// <param name='fileGetPropertiesFromComputeNodeOptions'>
 /// Additional parameters for the operation
 /// </param>
 public static FileGetPropertiesFromComputeNodeHeaders GetPropertiesFromComputeNode(this IFileOperations operations, string poolId, string nodeId, string filePath, FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions = default(FileGetPropertiesFromComputeNodeOptions))
 {
     return(operations.GetPropertiesFromComputeNodeAsync(poolId, nodeId, filePath, fileGetPropertiesFromComputeNodeOptions).GetAwaiter().GetResult());
 }