Uses of Enum
com.azure.resourcemanager.cdn.models.HealthProbeRequestType
Packages that use HealthProbeRequestType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of HealthProbeRequestType in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return HealthProbeRequestTypeModifier and TypeMethodDescriptionstatic HealthProbeRequestTypeHealthProbeRequestType.fromString(String value) Parses a serialized value to a HealthProbeRequestType instance.HealthProbeParameters.probeRequestType()Get the probeRequestType property: The type of health probe request that is made.static HealthProbeRequestTypeReturns the enum constant of this type with the specified name.static HealthProbeRequestType[]HealthProbeRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cdn.models with parameters of type HealthProbeRequestTypeModifier and TypeMethodDescriptionHealthProbeParameters.withProbeRequestType(HealthProbeRequestType probeRequestType) Set the probeRequestType property: The type of health probe request that is made.