Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.NetworkRuleSetInner
-
Packages that use NetworkRuleSetInner Package Description com.azure.resourcemanager.servicebus.fluent Package containing the service clients for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models 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 NetworkRuleSetInner Modifier and Type Method Description NetworkRuleSetInnerNamespacesClient. createOrUpdateNetworkRuleSet(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)Create or update NetworkRuleSet for a Namespace.NetworkRuleSetInnerNamespacesClient. getNetworkRuleSet(String resourceGroupName, String namespaceName)Gets NetworkRuleSet for a Namespace.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type NetworkRuleSetInner Modifier and Type Method Description Mono<NetworkRuleSetInner>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.Mono<NetworkRuleSetInner>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 NetworkRuleSetInner Modifier and Type Method Description NetworkRuleSetInnerNamespacesClient. createOrUpdateNetworkRuleSet(String resourceGroupName, String namespaceName, NetworkRuleSetInner parameters)Create or update NetworkRuleSet for a Namespace.Mono<NetworkRuleSetInner>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 NetworkRuleSetInner Modifier and Type Method Description NetworkRuleSetInnerNetworkRuleSetInner. withDefaultAction(DefaultAction defaultAction)Set the defaultAction property: Default Action for Network Rule Set.NetworkRuleSetInnerNetworkRuleSetInner. withIpRules(List<NWRuleSetIpRules> ipRules)Set the ipRules property: List of IpRules.NetworkRuleSetInnerNetworkRuleSetInner. 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 NetworkRuleSetInner Modifier and Type Method Description List<NetworkRuleSetInner>NetworkRuleSetListResult. value()Get the value property: Result of the List NetworkRuleSet operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type NetworkRuleSetInner Modifier and Type Method Description NetworkRuleSetListResultNetworkRuleSetListResult. withValue(List<NetworkRuleSetInner> value)Set the value property: Result of the List NetworkRuleSet operation.
-