AppServiceTriggerDetails.AppServiceConnection 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.
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.