public sealed class YarnApplication : IMessage<YarnApplication>, IEquatable<YarnApplication>, IDeepCloneable<YarnApplication>, IBufferMessage, IMessage
A YARN application created by a job. Application information is a subset of
<code>org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto</code>.
Beta Feature: This report is available for testing purposes only. It may
be changed before final release.
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or
TimelineServer that provides application-specific information. The URL uses
the internal hostname, and requires a proxy server for resolution and,
possibly, access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `YarnApplication` class within the `Google.Cloud.Dataproc.V1` namespace, which is part of the .NET library, and is designed to represent a YARN application created by a job within the Google Cloud Dataproc service."],["The `YarnApplication` class is a beta feature intended for testing and may change before final release and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `YarnApplication` class include `Name` (the application's name), `Progress` (a numerical value indicating progress from 1-100), `State` (the application's state), and `TrackingUrl` (the HTTP URL providing application-specific information)."],["The latest version of the document listed is 5.17.0 and this content provided covers from version 3.1.0 up to version 5.17.0 of the documentation for the class `YarnApplication`."]]],[]]