Uses of Enum
com.azure.resourcemanager.batch.models.InboundEndpointProtocol
Packages that use InboundEndpointProtocol
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of InboundEndpointProtocol in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return InboundEndpointProtocolModifier and TypeMethodDescriptionstatic InboundEndpointProtocolInboundEndpointProtocol.fromString(String value) Parses a serialized value to a InboundEndpointProtocol instance.InboundNatPool.protocol()Get the protocol property: The protocol of the endpoint.static InboundEndpointProtocolReturns 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.azure.resourcemanager.batch.models with parameters of type InboundEndpointProtocolModifier and TypeMethodDescriptionInboundNatPool.withProtocol(InboundEndpointProtocol protocol) Set the protocol property: The protocol of the endpoint.