Share via


ProbeV1.Grpc Property

Definition

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.

Applies to