Uses of Class
com.azure.resourcemanager.eventhubs.models.NspAccessRuleProperties
Packages that use NspAccessRuleProperties
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of NspAccessRuleProperties in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return NspAccessRulePropertiesModifier and TypeMethodDescriptionstatic NspAccessRulePropertiesNspAccessRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspAccessRuleProperties from the JsonReader.NspAccessRule.properties()Get the properties property: Properties of Access Rule.NspAccessRuleProperties.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: Address prefixes in the CIDR format for inbound rules.NspAccessRuleProperties.withDirection(NspAccessRuleDirection direction) Set the direction property: Direction of Access Rule.NspAccessRuleProperties.withSubscriptions(List<NspAccessRulePropertiesSubscriptionsItem> subscriptions) Set the subscriptions property: Subscriptions for inbound rules.