Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.NetworkRuleSetProperties
Packages that use NetworkRuleSetProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of NetworkRuleSetProperties in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return NetworkRuleSetPropertiesModifier and TypeMethodDescriptionstatic NetworkRuleSetPropertiesNetworkRuleSetProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSetProperties from the JsonReader.NetworkRuleSetProperties.withDefaultAction(DefaultAction defaultAction) Set the defaultAction property: Default Action for Network Rule Set.NetworkRuleSetProperties.withIpRules(List<NWRuleSetIpRules> ipRules) Set the ipRules property: List of IpRules.NetworkRuleSetProperties.withPublicNetworkAccess(PublicNetworkAccessFlag publicNetworkAccess) Set the publicNetworkAccess property: This determines if traffic is allowed over public network.NetworkRuleSetProperties.withTrustedServiceAccessEnabled(Boolean trustedServiceAccessEnabled) Set the trustedServiceAccessEnabled property: Value that indicates whether Trusted Service Access is Enabled or not.NetworkRuleSetProperties.withVirtualNetworkRules(List<NWRuleSetVirtualNetworkRules> virtualNetworkRules) Set the virtualNetworkRules property: List VirtualNetwork Rules.