Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleAccess
Packages that use SecurityRuleAccess
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityRuleAccess in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityRuleAccessModifier and TypeMethodDescriptionSecurityRuleInner.access()Get the access property: The network traffic is allowed or denied.SecurityRulePropertiesFormat.access()Get the access property: The network traffic is allowed or denied.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SecurityRuleAccessModifier and TypeMethodDescriptionSecurityRuleInner.withAccess(SecurityRuleAccess access) Set the access property: The network traffic is allowed or denied.SecurityRulePropertiesFormat.withAccess(SecurityRuleAccess access) Set the access property: The network traffic is allowed or denied. -
Uses of SecurityRuleAccess in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SecurityRuleAccessModifier and TypeFieldDescriptionstatic final SecurityRuleAccessSecurityRuleAccess.ALLOWStatic value Allow for SecurityRuleAccess.static final SecurityRuleAccessSecurityRuleAccess.DENYStatic value Deny for SecurityRuleAccess.Methods in com.azure.resourcemanager.network.models that return SecurityRuleAccessModifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.access()Get the access property: Whether network traffic is allowed or denied.NetworkSecurityRule.access()Gets the type of access the rule enforces.static SecurityRuleAccessSecurityRuleAccess.fromString(String name) Creates or finds a SecurityRuleAccess from its string representation.NetworkSecurityGroupResult.securityRuleAccessResult()Get the securityRuleAccessResult property: The network traffic is allowed or denied.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityRuleAccessModifier and TypeMethodDescriptionstatic Collection<SecurityRuleAccess> SecurityRuleAccess.values()Gets known SecurityRuleAccess values.Methods in com.azure.resourcemanager.network.models with parameters of type SecurityRuleAccessModifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.withAccess(SecurityRuleAccess access) Set the access property: Whether network traffic is allowed or denied.NetworkSecurityGroupResult.withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult) Set the securityRuleAccessResult property: The network traffic is allowed or denied.