Uses of Class
com.microsoft.azure.management.batch.InboundEndpointProtocol
-
-
Uses of InboundEndpointProtocol in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return InboundEndpointProtocol Modifier and Type Method Description static InboundEndpointProtocolInboundEndpointProtocol. fromString(String value)Parses a serialized value to a InboundEndpointProtocol instance.InboundEndpointProtocolInboundNatPool. protocol()Get the protocol value.static InboundEndpointProtocolInboundEndpointProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static InboundEndpointProtocol[]InboundEndpointProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.batch with parameters of type InboundEndpointProtocol Modifier and Type Method Description InboundNatPoolInboundNatPool. withProtocol(InboundEndpointProtocol protocol)Set the protocol value.
-