Uses of Class
com.azure.resourcemanager.network.models.InboundSecurityRuleType
Packages that use InboundSecurityRuleType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of InboundSecurityRuleType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return InboundSecurityRuleTypeModifier and TypeMethodDescriptionInboundSecurityRuleInner.ruleType()Get the ruleType property: Rule Type.InboundSecurityRuleProperties.ruleType()Get the ruleType property: Rule Type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type InboundSecurityRuleTypeModifier and TypeMethodDescriptionInboundSecurityRuleInner.withRuleType(InboundSecurityRuleType ruleType) Set the ruleType property: Rule Type.InboundSecurityRuleProperties.withRuleType(InboundSecurityRuleType ruleType) Set the ruleType property: Rule Type. -
Uses of InboundSecurityRuleType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type InboundSecurityRuleType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as InboundSecurityRuleTypeModifier and TypeFieldDescriptionstatic final InboundSecurityRuleTypeInboundSecurityRuleType.AUTO_EXPIREStatic value AutoExpire for InboundSecurityRuleType.static final InboundSecurityRuleTypeInboundSecurityRuleType.PERMANENTStatic value Permanent for InboundSecurityRuleType.Methods in com.azure.resourcemanager.network.models that return InboundSecurityRuleTypeModifier and TypeMethodDescriptionstatic InboundSecurityRuleTypeInboundSecurityRuleType.fromString(String name) Creates or finds a InboundSecurityRuleType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type InboundSecurityRuleTypeModifier and TypeMethodDescriptionstatic Collection<InboundSecurityRuleType> InboundSecurityRuleType.values()Gets known InboundSecurityRuleType values.