Uses of Class
com.azure.resourcemanager.network.models.SecurityConfigurationRuleAccess
Packages that use SecurityConfigurationRuleAccess
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityConfigurationRuleAccess in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityConfigurationRuleAccessModifier and TypeMethodDescriptionAdminPropertiesFormat.access()Get the access property: Indicates the access allowed for this particular rule.DefaultAdminPropertiesFormat.access()Get the access property: Indicates the access allowed for this particular rule.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SecurityConfigurationRuleAccessModifier and TypeMethodDescriptionAdminPropertiesFormat.withAccess(SecurityConfigurationRuleAccess access) Set the access property: Indicates the access allowed for this particular rule. -
Uses of SecurityConfigurationRuleAccess in com.azure.resourcemanager.network.models
Subclasses with type arguments of type SecurityConfigurationRuleAccess in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classWhether network traffic is allowed or denied.Fields in com.azure.resourcemanager.network.models declared as SecurityConfigurationRuleAccessModifier and TypeFieldDescriptionstatic final SecurityConfigurationRuleAccessSecurityConfigurationRuleAccess.ALLOWStatic value Allow for SecurityConfigurationRuleAccess.static final SecurityConfigurationRuleAccessSecurityConfigurationRuleAccess.ALWAYS_ALLOWStatic value AlwaysAllow for SecurityConfigurationRuleAccess.static final SecurityConfigurationRuleAccessSecurityConfigurationRuleAccess.DENYStatic value Deny for SecurityConfigurationRuleAccess.Methods in com.azure.resourcemanager.network.models that return SecurityConfigurationRuleAccessModifier and TypeMethodDescriptionActiveDefaultSecurityAdminRule.access()Get the access property: Indicates the access allowed for this particular rule.ActiveSecurityAdminRule.access()Get the access property: Indicates the access allowed for this particular rule.AdminRule.access()Get the access property: Indicates the access allowed for this particular rule.DefaultAdminRule.access()Get the access property: Indicates the access allowed for this particular rule.EffectiveDefaultSecurityAdminRule.access()Get the access property: Indicates the access allowed for this particular rule.EffectiveSecurityAdminRule.access()Get the access property: Indicates the access allowed for this particular rule.SecurityConfigurationRuleAccess.fromString(String name) Creates or finds a SecurityConfigurationRuleAccess from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityConfigurationRuleAccessModifier and TypeMethodDescriptionSecurityConfigurationRuleAccess.values()Gets known SecurityConfigurationRuleAccess values.Methods in com.azure.resourcemanager.network.models with parameters of type SecurityConfigurationRuleAccessModifier and TypeMethodDescriptionActiveSecurityAdminRule.withAccess(SecurityConfigurationRuleAccess access) Set the access property: Indicates the access allowed for this particular rule.AdminRule.withAccess(SecurityConfigurationRuleAccess access) Set the access property: Indicates the access allowed for this particular rule.EffectiveSecurityAdminRule.withAccess(SecurityConfigurationRuleAccess access) Set the access property: Indicates the access allowed for this particular rule.