Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.NetworkRuleSetListResultInner
Packages that use NetworkRuleSetListResultInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
-
Uses of NetworkRuleSetListResultInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return NetworkRuleSetListResultInnerModifier and TypeMethodDescriptionNamespacesClient.listNetworkRuleSet(String resourceGroupName, String namespaceName) Gets NetworkRuleSet for a Namespace.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type NetworkRuleSetListResultInnerModifier and TypeMethodDescriptionNamespacesClient.listNetworkRuleSetAsync(String resourceGroupName, String namespaceName) Gets NetworkRuleSet for a Namespace.com.azure.core.http.rest.Response<NetworkRuleSetListResultInner> NamespacesClient.listNetworkRuleSetWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets NetworkRuleSet for a Namespace.Mono<com.azure.core.http.rest.Response<NetworkRuleSetListResultInner>> NamespacesClient.listNetworkRuleSetWithResponseAsync(String resourceGroupName, String namespaceName) Gets NetworkRuleSet for a Namespace. -
Uses of NetworkRuleSetListResultInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return NetworkRuleSetListResultInnerModifier and TypeMethodDescriptionNetworkRuleSetListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSetListResultInner from the JsonReader.NetworkRuleSetListResultInner.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.NetworkRuleSetListResultInner.withValue(List<NetworkRuleSetInner> value) Set the value property: Result of the List NetworkRuleSet operation.