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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type InboundSecurityRulesModifier and TypeClassDescriptionfinal classProperties of the Inbound Security Rules resource.Methods in com.azure.resourcemanager.network.models that return InboundSecurityRulesModifier and TypeMethodDescriptionstatic InboundSecurityRulesInboundSecurityRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InboundSecurityRules from the JsonReader.InboundSecurityRules.withAppliesOn(List<String> appliesOn) Set the appliesOn property: Public IP name in case of Permanent Rule type & Interface Name in case of Auto Expire Rule type.InboundSecurityRules.withDestinationPortRange(Integer destinationPortRange) Set the destinationPortRange property: NVA port ranges to be opened up.InboundSecurityRules.withDestinationPortRanges(List<String> destinationPortRanges) Set the destinationPortRanges property: NVA port ranges to be opened up.Set the name property: Name of the rule.InboundSecurityRules.withProtocol(InboundSecurityRulesProtocol protocol) Set the protocol property: Protocol.InboundSecurityRules.withSourceAddressPrefix(String sourceAddressPrefix) Set the sourceAddressPrefix property: The CIDR or source IP range.