ProbeV1.Grpc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a GRPC-based action within a Kubernetes probe configuration.
[YamlDotNet.Serialization.YamlMember(Alias="grpc")]
public Aspire.Hosting.Kubernetes.Resources.GrpcActionV1? Grpc { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="grpc")>]
member this.Grpc : Aspire.Hosting.Kubernetes.Resources.GrpcActionV1 with get, set
Public Property Grpc As GrpcActionV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property defines the GRPC action for health checks in Kubernetes resources. It specifies the target service name and port using a GrpcActionV1 instance.