Uses of Class
com.azure.resourcemanager.cdn.models.ProbeProtocol
-
Packages that use ProbeProtocol Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of ProbeProtocol in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ProbeProtocol Modifier and Type Method Description static ProbeProtocolProbeProtocol. fromString(String value)Parses a serialized value to a ProbeProtocol instance.ProbeProtocolHealthProbeParameters. probeProtocol()Get the probeProtocol property: Protocol to use for health probe.static ProbeProtocolProbeProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static ProbeProtocol[]ProbeProtocol. 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 ProbeProtocol Modifier and Type Method Description HealthProbeParametersHealthProbeParameters. withProbeProtocol(ProbeProtocol probeProtocol)Set the probeProtocol property: Protocol to use for health probe.
-