Compartilhar via


IContainerAppProbe Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppProbeTypeConverter))]
public interface IContainerAppProbe : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppProbeTypeConverter))>]
type IContainerAppProbe = interface
    interface IJsonSerializable
Public Interface IContainerAppProbe
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

FailureThreshold
HttpGetHost
HttpGetHttpHeader
HttpGetPath
HttpGetPort
HttpGetScheme
InitialDelaySecond
PeriodSecond
SuccessThreshold
TcpSocketHost
TcpSocketPort
TerminationGracePeriodSecond
TimeoutSecond
Type

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to