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
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.DefinitionStages.WithProtocol
withProtocol
-
Method Details
-
withTCP
Set TCP protocol.- Returns:
- the next stage of the definition
-
withUDP
Set UDP protocol.- Returns:
- the next stage of the definition
-