Uses of Class
com.azure.resourcemanager.cdn.models.HealthProbeRequestType
-
Packages that use HealthProbeRequestType Package Description com.azure.resourcemanager.cdn.models 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 HealthProbeRequestType Modifier and Type Method Description static HealthProbeRequestTypeHealthProbeRequestType. fromString(String value)Parses a serialized value to a HealthProbeRequestType instance.HealthProbeRequestTypeHealthProbeParameters. probeRequestType()Get the probeRequestType property: The type of health probe request that is made.static HealthProbeRequestTypeHealthProbeRequestType. valueOf(String name)Returns 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 HealthProbeRequestType Modifier and Type Method Description HealthProbeParametersHealthProbeParameters. withProbeRequestType(HealthProbeRequestType probeRequestType)Set the probeRequestType property: The type of health probe request that is made.
-