Share via


AppInstanceProbe(Boolean) Constructor

Definition

Initializes a new instance of AppInstanceProbe.

public AppInstanceProbe (bool isProbeDisabled);
new Azure.ResourceManager.AppPlatform.Models.AppInstanceProbe : bool -> Azure.ResourceManager.AppPlatform.Models.AppInstanceProbe
Public Sub New (isProbeDisabled As Boolean)

Parameters

isProbeDisabled
Boolean

Indicate whether the probe is disabled.

Applies to