AppServiceClosedEventArgs.Status 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 status that was set when the endpoint for the app service was closed.
public:
property AppServiceClosedStatus Status { AppServiceClosedStatus get(); };
AppServiceClosedStatus Status();
public AppServiceClosedStatus Status { get; }
var appServiceClosedStatus = appServiceClosedEventArgs.status;
Public ReadOnly Property Status As AppServiceClosedStatus
Property Value
The status that was set when the endpoint for the app service was closed.