Uses of Class
com.azure.resourcemanager.eventhubs.models.NWRuleSetVirtualNetworkRules
Packages that use NWRuleSetVirtualNetworkRules
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of NWRuleSetVirtualNetworkRules in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return types with arguments of type NWRuleSetVirtualNetworkRulesModifier and TypeMethodDescriptionNetworkRuleSetInner.virtualNetworkRules()Get the virtualNetworkRules property: List VirtualNetwork Rules.NetworkRuleSetProperties.virtualNetworkRules()Get the virtualNetworkRules property: List VirtualNetwork Rules.Method parameters in com.azure.resourcemanager.eventhubs.fluent.models with type arguments of type NWRuleSetVirtualNetworkRulesModifier and TypeMethodDescriptionNetworkRuleSetInner.withVirtualNetworkRules(List<NWRuleSetVirtualNetworkRules> virtualNetworkRules) Set the virtualNetworkRules property: List VirtualNetwork Rules.NetworkRuleSetProperties.withVirtualNetworkRules(List<NWRuleSetVirtualNetworkRules> virtualNetworkRules) Set the virtualNetworkRules property: List VirtualNetwork Rules. -
Uses of NWRuleSetVirtualNetworkRules in com.azure.resourcemanager.eventhubs.models
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type NWRuleSetVirtualNetworkRulesModifier and TypeClassDescriptionfinal classThe response from the List namespace operation.Methods in com.azure.resourcemanager.eventhubs.models that return NWRuleSetVirtualNetworkRulesModifier and TypeMethodDescriptionstatic NWRuleSetVirtualNetworkRulesNWRuleSetVirtualNetworkRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NWRuleSetVirtualNetworkRules from the JsonReader.NWRuleSetVirtualNetworkRules.withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint) Set the ignoreMissingVnetServiceEndpoint property: Value that indicates whether to ignore missing Vnet Service Endpoint.NWRuleSetVirtualNetworkRules.withSubnet(Subnet subnet) Set the subnet property: Subnet properties.