Uses of Class
com.azure.resourcemanager.network.models.Access
Packages that use Access
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of Access in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AccessModifier and TypeMethodDescriptionRouteFilterRuleInner.access()Get the access property: The access type of the rule.RouteFilterRulePropertiesFormat.access()Get the access property: The access type of the rule.VerificationIpFlowResultInner.access()Get the access property: Indicates whether the traffic is allowed or denied.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AccessModifier and TypeMethodDescriptionRouteFilterRuleInner.withAccess(Access access) Set the access property: The access type of the rule.RouteFilterRulePropertiesFormat.withAccess(Access access) Set the access property: The access type of the rule.VerificationIpFlowResultInner.withAccess(Access access) Set the access property: Indicates whether the traffic is allowed or denied. -
Uses of Access in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AccessModifier and TypeFieldDescriptionstatic final AccessAccess.ALLOWStatic value Allow for Access.static final AccessAccess.DENYStatic value Deny for Access.Methods in com.azure.resourcemanager.network.models that return AccessModifier and TypeMethodDescriptionRouteFilterRule.access()Gets the access type of the rule.VerificationIPFlow.access()Get the access value.static AccessAccess.fromString(String name) Creates or finds a Access from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AccessModifier and TypeMethodDescriptionstatic Collection<Access> Access.values()Gets known Access values.