Uses of Class
com.azure.resourcemanager.network.fluent.models.NspAccessRuleProperties
Packages that use NspAccessRuleProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of NspAccessRuleProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NspAccessRulePropertiesModifier and TypeClassDescriptionfinal classProperties of NSP access rule.Methods in com.azure.resourcemanager.network.fluent.models that return NspAccessRulePropertiesModifier and TypeMethodDescriptionstatic NspAccessRulePropertiesNspAccessRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspAccessRuleProperties from the JsonReader.NspAccessRuleProperties.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: Inbound address prefixes (IPv4/IPv6).NspAccessRuleProperties.withDirection(AccessRuleDirection direction) Set the direction property: Direction that specifies whether the access rules is inbound/outbound.NspAccessRuleProperties.withEmailAddresses(List<String> emailAddresses) Set the emailAddresses property: Outbound rules in email address format.NspAccessRuleProperties.withFullyQualifiedDomainNames(List<String> fullyQualifiedDomainNames) Set the fullyQualifiedDomainNames property: Outbound rules in fully qualified domain name format.NspAccessRuleProperties.withPhoneNumbers(List<String> phoneNumbers) Set the phoneNumbers property: Outbound rules in phone number format.NspAccessRuleProperties.withServiceTags(List<String> serviceTags) Set the serviceTags property: Inbound rules of type service tag.NspAccessRuleProperties.withSubscriptions(List<SubscriptionId> subscriptions) Set the subscriptions property: List of subscription ids.