AppServiceTriggerDetails.AppServiceConnection Property

Definition

Gets the connection to the endpoint of the other app service.

public:
 property AppServiceConnection ^ AppServiceConnection { AppServiceConnection ^ get(); };
AppServiceConnection AppServiceConnection();
public AppServiceConnection AppServiceConnection { get; }
var appServiceConnection = appServiceTriggerDetails.appServiceConnection;
Public ReadOnly Property AppServiceConnection As AppServiceConnection

Property Value

The connection to the endpoint of the other app service.

Applies to