Uses of Class
com.azure.resourcemanager.network.models.InboundSecurityRules
Packages that use InboundSecurityRules
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of InboundSecurityRules in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type InboundSecurityRulesModifier and TypeMethodDescriptionInboundSecurityRuleInner.rules()Get the rules property: List of allowed rules.InboundSecurityRuleProperties.rules()Get the rules property: List of allowed rules.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type InboundSecurityRulesModifier and TypeMethodDescriptionInboundSecurityRuleInner.withRules(List<InboundSecurityRules> rules) Set the rules property: List of allowed rules.InboundSecurityRuleProperties.withRules(List<InboundSecurityRules> rules) Set the rules property: List of allowed rules. -
Uses of InboundSecurityRules in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return InboundSecurityRulesModifier and TypeMethodDescriptionInboundSecurityRules.withDestinationPortRange(Integer destinationPortRange) Set the destinationPortRange property: NVA port ranges to be opened up.InboundSecurityRules.withProtocol(InboundSecurityRulesProtocol protocol) Set the protocol property: Protocol.InboundSecurityRules.withSourceAddressPrefix(String sourceAddressPrefix) Set the sourceAddressPrefix property: The CIDR or source IP range.