GatewayDestination Class

Describes destination endpoint for routing traffic.

All required parameters must be populated in order to send to Azure.

Inheritance
GatewayDestination

Constructor

GatewayDestination(*, application_name: str, service_name: str, endpoint_name: str, **kwargs)

Parameters

application_name
str
Required

Required. Name of the service fabric Mesh application.

service_name
str
Required

Required. service that contains the endpoint.

endpoint_name
str
Required

Required. name of the endpoint in the service.