Skip to content
Docs Try Aspire

GrpcActionV1 Properties

Class Properties 2 members
GRPCActionV1 represents a GRPC-based action within a Kubernetes resource.
Gets or sets the port number used for the gRPC service communication.
public int Port { get; set; }
Gets or sets the name of the GRPC service to be targeted.
public string Service { get; set; }