Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.NetworkRuleSetInner
Packages that use NetworkRuleSetInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of NetworkRuleSetInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return NetworkRuleSetInnerModifier and TypeMethodDescriptionNamespacesClient.createOrUpdateNetworkRuleSet(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters) Create or update NetworkRuleSet for a Namespace.NamespacesClient.getNetworkRuleSet(String resourceGroupName, String namespaceName) Gets NetworkRuleSet for a Namespace.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type NetworkRuleSetInnerModifier and TypeMethodDescriptionNamespacesClient.createOrUpdateNetworkRuleSetAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters) Create or update NetworkRuleSet for a Namespace.com.azure.core.http.rest.Response<NetworkRuleSetInner> NamespacesClient.createOrUpdateNetworkRuleSetWithResponse(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters, com.azure.core.util.Context context) Create or update NetworkRuleSet for a Namespace.Mono<com.azure.core.http.rest.Response<NetworkRuleSetInner>> NamespacesClient.createOrUpdateNetworkRuleSetWithResponseAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters) Create or update NetworkRuleSet for a Namespace.NamespacesClient.getNetworkRuleSetAsync(String resourceGroupName, String namespaceName) Gets NetworkRuleSet for a Namespace.com.azure.core.http.rest.Response<NetworkRuleSetInner> NamespacesClient.getNetworkRuleSetWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets NetworkRuleSet for a Namespace.Mono<com.azure.core.http.rest.Response<NetworkRuleSetInner>> NamespacesClient.getNetworkRuleSetWithResponseAsync(String resourceGroupName, String namespaceName) Gets NetworkRuleSet for a Namespace.com.azure.core.http.rest.PagedIterable<NetworkRuleSetInner> NamespacesClient.listNetworkRuleSets(String resourceGroupName, String namespaceName) Gets list of NetworkRuleSet for a Namespace.com.azure.core.http.rest.PagedIterable<NetworkRuleSetInner> NamespacesClient.listNetworkRuleSets(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets list of NetworkRuleSet for a Namespace.com.azure.core.http.rest.PagedFlux<NetworkRuleSetInner> NamespacesClient.listNetworkRuleSetsAsync(String resourceGroupName, String namespaceName) Gets list of NetworkRuleSet for a Namespace.Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type NetworkRuleSetInnerModifier and TypeMethodDescriptionNamespacesClient.createOrUpdateNetworkRuleSet(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters) Create or update NetworkRuleSet for a Namespace.NamespacesClient.createOrUpdateNetworkRuleSetAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters) Create or update NetworkRuleSet for a Namespace.com.azure.core.http.rest.Response<NetworkRuleSetInner> NamespacesClient.createOrUpdateNetworkRuleSetWithResponse(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters, com.azure.core.util.Context context) Create or update NetworkRuleSet for a Namespace.Mono<com.azure.core.http.rest.Response<NetworkRuleSetInner>> NamespacesClient.createOrUpdateNetworkRuleSetWithResponseAsync(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters) Create or update NetworkRuleSet for a Namespace. -
Uses of NetworkRuleSetInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return NetworkRuleSetInnerModifier and TypeMethodDescriptionstatic NetworkRuleSetInnerNetworkRuleSetInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSetInner from the JsonReader.NetworkRuleSetInner.withDefaultAction(DefaultAction defaultAction) Set the defaultAction property: Default Action for Network Rule Set.NetworkRuleSetInner.withIpRules(List<NWRuleSetIpRules> ipRules) Set the ipRules property: List of IpRules.NetworkRuleSetInner.withPublicNetworkAccess(PublicNetworkAccessFlag publicNetworkAccess) Set the publicNetworkAccess property: This determines if traffic is allowed over public network.NetworkRuleSetInner.withTrustedServiceAccessEnabled(Boolean trustedServiceAccessEnabled) Set the trustedServiceAccessEnabled property: Value that indicates whether Trusted Service Access is Enabled or not.NetworkRuleSetInner.withVirtualNetworkRules(List<NWRuleSetVirtualNetworkRules> virtualNetworkRules) Set the virtualNetworkRules property: List VirtualNetwork Rules. -
Uses of NetworkRuleSetInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type NetworkRuleSetInnerModifier and TypeMethodDescriptionNetworkRuleSetListResult.value()Get the value property: Result of the List NetworkRuleSet operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type NetworkRuleSetInnerModifier and TypeMethodDescriptionNetworkRuleSetListResult.withValue(List<NetworkRuleSetInner> value) Set the value property: Result of the List NetworkRuleSet operation.