Compartilhar via


ProbeSettings Class

Definition

Deployment container liveness/readiness probe configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ProbeSettingsTypeConverter))]
public class ProbeSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IProbeSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ProbeSettingsTypeConverter))>]
type ProbeSettings = class
    interface IProbeSettings
    interface IJsonSerializable
Public Class ProbeSettings
Implements IProbeSettings
Inheritance
ProbeSettings
Attributes
Implements

Constructors

ProbeSettings()

Creates an new ProbeSettings instance.

Properties

FailureThreshold

The number of failures to allow before returning an unhealthy status.

InitialDelay

The delay before the first probe in ISO 8601 format.

Period

The length of time between probes in ISO 8601 format.

SuccessThreshold

The number of successful probes before returning a healthy status.

Timeout

The probe timeout in ISO 8601 format.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProbeSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProbeSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IProbeSettings.

FromJsonString(String)

Creates a new instance of ProbeSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProbeSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to