Uses of Class
com.azure.resourcemanager.network.fluent.models.InboundSecurityRuleProperties
Packages that use InboundSecurityRuleProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of InboundSecurityRuleProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type InboundSecurityRulePropertiesModifier and TypeClassDescriptionfinal classProperties of the Inbound Security Rules resource.Methods in com.azure.resourcemanager.network.fluent.models that return InboundSecurityRulePropertiesModifier and TypeMethodDescriptionInboundSecurityRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InboundSecurityRuleProperties from the JsonReader.InboundSecurityRuleProperties.withRules(List<InboundSecurityRules> rules) Set the rules property: List of allowed rules.InboundSecurityRuleProperties.withRuleType(InboundSecurityRuleType ruleType) Set the ruleType property: Rule Type.