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