Share via


AppInstanceProbe.ProbeAction Property

Definition

The action of the probe. Please note AppInstanceProbeAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppInstanceExecAction, AppInstanceHttpGetAction and AppInstanceTcpSocketAction.

public Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction ProbeAction { get; set; }
member this.ProbeAction : Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction with get, set
Public Property ProbeAction As AppInstanceProbeAction

Property Value

Applies to