Skip to content
Docs Try Aspire

Int32OrStringV1

Record sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Represents a value that can be either a 32-bit integer or a string.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed record Int32OrStringV1
: System.IEquatable<Aspire.Hosting.Kubernetes.Resources.Int32OrStringV1>,
System.IEquatable<int>,
System.IEquatable<string>
{
// ...
}
IEquatable<Int32OrStringV1>IEquatable<int>IEquatable<string>
This class provides functionality to handle values that could be either an integer or a string. It supports implicit and explicit conversions, equality comparisons, and YAML serialization/deserialization handling.
View all constructors
View all properties
View all methods