Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleAccess
-
Packages that use SecurityRuleAccess Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 SecurityRuleAccess Modifier and Type Method Description SecurityRuleAccessSecurityRuleInner. access()Get the access property: The network traffic is allowed or denied.SecurityRuleAccessSecurityRulePropertiesFormat. access()Get the access property: The network traffic is allowed or denied.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SecurityRuleAccess Modifier and Type Method Description SecurityRuleInnerSecurityRuleInner. withAccess(SecurityRuleAccess access)Set the access property: The network traffic is allowed or denied.SecurityRulePropertiesFormatSecurityRulePropertiesFormat. 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 SecurityRuleAccess Modifier and Type Field Description static SecurityRuleAccessSecurityRuleAccess. ALLOWStatic value Allow for SecurityRuleAccess.static SecurityRuleAccessSecurityRuleAccess. DENYStatic value Deny for SecurityRuleAccess.Methods in com.azure.resourcemanager.network.models that return SecurityRuleAccess Modifier and Type Method Description SecurityRuleAccessEffectiveNetworkSecurityRule. access()Get the access property: Whether network traffic is allowed or denied.SecurityRuleAccessNetworkSecurityRule. access()static SecurityRuleAccessSecurityRuleAccess. fromString(String name)Creates or finds a SecurityRuleAccess from its string representation.SecurityRuleAccessNetworkSecurityGroupResult. 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 SecurityRuleAccess Modifier and Type Method Description static Collection<SecurityRuleAccess>SecurityRuleAccess. values()Methods in com.azure.resourcemanager.network.models with parameters of type SecurityRuleAccess Modifier and Type Method Description EffectiveNetworkSecurityRuleEffectiveNetworkSecurityRule. withAccess(SecurityRuleAccess access)Set the access property: Whether network traffic is allowed or denied.NetworkSecurityGroupResultNetworkSecurityGroupResult. withSecurityRuleAccessResult(SecurityRuleAccess securityRuleAccessResult)Set the securityRuleAccessResult property: The network traffic is allowed or denied.
-