Interface VerificationIPFlow.DefinitionStages.WithProtocol
-
- All Superinterfaces:
HasProtocol.DefinitionStages.WithProtocol<VerificationIPFlow.DefinitionStages.WithLocalIP,IpFlowProtocol>
- All Known Subinterfaces:
VerificationIPFlow.Definition
- Enclosing interface:
- VerificationIPFlow.DefinitionStages
public static interface VerificationIPFlow.DefinitionStages.WithProtocol extends HasProtocol.DefinitionStages.WithProtocol<VerificationIPFlow.DefinitionStages.WithLocalIP,IpFlowProtocol>
Protocol to be verified on. Possible values include: 'TCP', 'UDP'.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerificationIPFlow.DefinitionStages.WithLocalIPwithTCP()Set TCP protocol.VerificationIPFlow.DefinitionStages.WithLocalIPwithUDP()Set UDP protocol.-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.DefinitionStages.WithProtocol
withProtocol
-
-
-
-
Method Detail
-
withTCP
VerificationIPFlow.DefinitionStages.WithLocalIP withTCP()
Set TCP protocol.- Returns:
- the next stage of the definition
-
withUDP
VerificationIPFlow.DefinitionStages.WithLocalIP withUDP()
Set UDP protocol.- Returns:
- the next stage of the definition
-
-