Uses of Class
com.azure.resourcemanager.network.models.Access
-
Packages that use Access 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 Access in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return Access Modifier and Type Method Description AccessRouteFilterRuleInner. access()Get the access property: The access type of the rule.AccessRouteFilterRulePropertiesFormat. access()Get the access property: The access type of the rule.AccessVerificationIpFlowResultInner. 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 Access Modifier and Type Method Description RouteFilterRuleInnerRouteFilterRuleInner. withAccess(Access access)Set the access property: The access type of the rule.RouteFilterRulePropertiesFormatRouteFilterRulePropertiesFormat. withAccess(Access access)Set the access property: The access type of the rule.VerificationIpFlowResultInnerVerificationIpFlowResultInner. 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 Access Modifier and Type Field Description static AccessAccess. ALLOWStatic value Allow for Access.static AccessAccess. DENYStatic value Deny for Access.Methods in com.azure.resourcemanager.network.models that return Access Modifier and Type Method Description AccessRouteFilterRule. access()AccessVerificationIPFlow. 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 Access Modifier and Type Method Description static Collection<Access>Access. values()
-