Uses of Class
com.azure.resourcemanager.search.models.AccessRuleProperties
Packages that use AccessRuleProperties
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of AccessRuleProperties in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return AccessRulePropertiesModifier and TypeMethodDescriptionstatic AccessRulePropertiesAccessRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessRuleProperties from the JsonReader.AccessRule.properties()Get the properties property: Properties of Access Rule.AccessRuleProperties.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: Address prefixes in the CIDR format for inbound rules.AccessRuleProperties.withDirection(AccessRuleDirection direction) Set the direction property: Direction of Access Rule.AccessRuleProperties.withEmailAddresses(List<String> emailAddresses) Set the emailAddresses property: Email addresses for outbound rules.AccessRuleProperties.withFullyQualifiedDomainNames(List<String> fullyQualifiedDomainNames) Set the fullyQualifiedDomainNames property: Fully qualified domain names (FQDN) for outbound rules.AccessRuleProperties.withNetworkSecurityPerimeters(List<NetworkSecurityPerimeter> networkSecurityPerimeters) Set the networkSecurityPerimeters property: Network security perimeters for inbound rules.AccessRuleProperties.withPhoneNumbers(List<String> phoneNumbers) Set the phoneNumbers property: Phone numbers for outbound rules.AccessRuleProperties.withSubscriptions(List<AccessRulePropertiesSubscriptionsItem> subscriptions) Set the subscriptions property: Subscriptions for inbound rules.Methods in com.azure.resourcemanager.search.models with parameters of type AccessRulePropertiesModifier and TypeMethodDescriptionAccessRule.withProperties(AccessRuleProperties properties) Set the properties property: Properties of Access Rule.