Uses of Class
com.azure.resourcemanager.cdn.models.HealthProbeParameters
Packages that use HealthProbeParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of HealthProbeParameters in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return HealthProbeParametersModifier and TypeMethodDescriptionAfdOriginGroupInner.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.AfdOriginGroupUpdatePropertiesParameters.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroupProperties.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.OriginGroupInner.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.OriginGroupUpdatePropertiesParameters.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type HealthProbeParametersModifier and TypeMethodDescriptionAfdOriginGroupInner.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.AfdOriginGroupProperties.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.AfdOriginGroupUpdatePropertiesParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroupProperties.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.OriginGroupInner.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.OriginGroupProperties.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.OriginGroupUpdatePropertiesParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin. -
Uses of HealthProbeParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type HealthProbeParametersModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties to send health probes to origin.Methods in com.azure.resourcemanager.cdn.models that return HealthProbeParametersModifier and TypeMethodDescriptionstatic HealthProbeParametersHealthProbeParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HealthProbeParameters from the JsonReader.AfdOriginGroupUpdateParameters.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroup.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.OriginGroupUpdateParameters.healthProbeSettings()Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.HealthProbeParameters.withProbeIntervalInSeconds(Integer probeIntervalInSeconds) Set the probeIntervalInSeconds property: The number of seconds between health probes.Default is 240sec.HealthProbeParameters.withProbePath(String probePath) Set the probePath property: The path relative to the origin that is used to determine the health of the origin.HealthProbeParameters.withProbeProtocol(ProbeProtocol probeProtocol) Set the probeProtocol property: Protocol to use for health probe.HealthProbeParameters.withProbeRequestType(HealthProbeRequestType probeRequestType) Set the probeRequestType property: The type of health probe request that is made.Methods in com.azure.resourcemanager.cdn.models with parameters of type HealthProbeParametersModifier and TypeMethodDescriptionAfdOriginGroupUpdateParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroup.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.OriginGroupUpdateParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.