Uses of Class
com.azure.resourcemanager.network.models.ProbeProtocol
Packages that use ProbeProtocol
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ProbeProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ProbeProtocolModifier and TypeMethodDescriptionProbeInner.protocol()Get the protocol property: The protocol of the end point.ProbePropertiesFormat.protocol()Get the protocol property: The protocol of the end point.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ProbeProtocolModifier and TypeMethodDescriptionProbeInner.withProtocol(ProbeProtocol protocol) Set the protocol property: The protocol of the end point.ProbePropertiesFormat.withProtocol(ProbeProtocol protocol) Set the protocol property: The protocol of the end point. -
Uses of ProbeProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ProbeProtocolModifier and TypeFieldDescriptionstatic final ProbeProtocolProbeProtocol.HTTPStatic value Http for ProbeProtocol.static final ProbeProtocolProbeProtocol.HTTPSStatic value Https for ProbeProtocol.static final ProbeProtocolProbeProtocol.TCPStatic value Tcp for ProbeProtocol.Methods in com.azure.resourcemanager.network.models that return ProbeProtocolModifier and TypeMethodDescriptionstatic ProbeProtocolProbeProtocol.fromString(String name) Creates or finds a ProbeProtocol from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ProbeProtocolModifier and TypeMethodDescriptionstatic Collection<ProbeProtocol> ProbeProtocol.values()Gets known ProbeProtocol values.