Uses of Class
com.azure.resourcemanager.network.models.ProbeProtocol
-
Packages that use ProbeProtocol Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ProbeProtocol Modifier and Type Method Description ProbeProtocolProbeInner. protocol()Get the protocol property: The protocol of the end point.ProbeProtocolProbePropertiesFormat. protocol()Get the protocol property: The protocol of the end point.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ProbeProtocol Modifier and Type Method Description ProbeInnerProbeInner. withProtocol(ProbeProtocol protocol)Set the protocol property: The protocol of the end point.ProbePropertiesFormatProbePropertiesFormat. 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 ProbeProtocol Modifier and Type Field Description static ProbeProtocolProbeProtocol. HTTPStatic value Http for ProbeProtocol.static ProbeProtocolProbeProtocol. HTTPSStatic value Https for ProbeProtocol.static ProbeProtocolProbeProtocol. TCPStatic value Tcp for ProbeProtocol.Methods in com.azure.resourcemanager.network.models that return ProbeProtocol Modifier and Type Method Description static 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 ProbeProtocol Modifier and Type Method Description static Collection<ProbeProtocol>ProbeProtocol. values()
-