Uses of Class
com.azure.resourcemanager.network.models.InboundSecurityRules
-
Packages that use InboundSecurityRules Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 InboundSecurityRules Modifier and Type Method Description List<InboundSecurityRules>InboundSecurityRuleInner. rules()Get the rules property: List of allowed rules.List<InboundSecurityRules>InboundSecurityRuleProperties. rules()Get the rules property: List of allowed rules.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type InboundSecurityRules Modifier and Type Method Description InboundSecurityRuleInnerInboundSecurityRuleInner. withRules(List<InboundSecurityRules> rules)Set the rules property: List of allowed rules.InboundSecurityRulePropertiesInboundSecurityRuleProperties. 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 InboundSecurityRules Modifier and Type Method Description InboundSecurityRulesInboundSecurityRules. withDestinationPortRange(Integer destinationPortRange)Set the destinationPortRange property: NVA port ranges to be opened up.InboundSecurityRulesInboundSecurityRules. withProtocol(InboundSecurityRulesProtocol protocol)Set the protocol property: Protocol.InboundSecurityRulesInboundSecurityRules. withSourceAddressPrefix(String sourceAddressPrefix)Set the sourceAddressPrefix property: The CIDR or source IP range.
-