Uses of Class
com.azure.resourcemanager.search.models.AccessRule
Packages that use AccessRule
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of AccessRule in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return AccessRuleModifier and TypeMethodDescriptionstatic AccessRuleAccessRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessRule from the JsonReader.Set the name property: Name of the access rule.AccessRule.withProperties(AccessRuleProperties properties) Set the properties property: Properties of Access Rule.Methods in com.azure.resourcemanager.search.models that return types with arguments of type AccessRuleModifier and TypeMethodDescriptionNetworkSecurityProfile.accessRules()Get the accessRules property: List of Access Rules.ProvisioningIssueProperties.suggestedAccessRules()Get the suggestedAccessRules property: Access rules that can be added to the network security profile (NSP) to remediate the issue.Method parameters in com.azure.resourcemanager.search.models with type arguments of type AccessRuleModifier and TypeMethodDescriptionNetworkSecurityProfile.withAccessRules(List<AccessRule> accessRules) Set the accessRules property: List of Access Rules.