Port number to access on the container. Must be in the range 1 to 65535.
If not specified, defaults to the exposed port of the container, which is
the value of container.ports[0].containerPort.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `HTTPGetAction` class within the Google Cloud Run Admin v2 API for .NET, with the most recent version being 2.13.0."],["The `HTTPGetAction` class, found in the `Google.Cloud.Run.V2` namespace, defines actions based on HTTP GET requests and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `HTTPGetAction` has two constructors, `HTTPGetAction()` and `HTTPGetAction(HTTPGetAction other)`, and it inherits from the `object` class."],["Key properties of the `HTTPGetAction` class include `HttpHeaders` (for custom request headers), `Path` (for the HTTP server access path, defaulting to '/'), and `Port` (for the container access port, defaulting to the container's exposed port)."],["This documentation details the available versions, ranging from version 1.0.0-beta02 to version 2.13.0, with links to each, and covers how the class is implemented."]]],[]]