Uses of Class
com.azure.resourcemanager.search.models.NetworkSecurityProfile
Packages that use NetworkSecurityProfile
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of NetworkSecurityProfile in com.azure.resourcemanager.search.models
Classes in com.azure.resourcemanager.search.models that implement interfaces with type arguments of type NetworkSecurityProfileModifier and TypeClassDescriptionfinal classNetwork security perimeter configuration profile.Methods in com.azure.resourcemanager.search.models that return NetworkSecurityProfileModifier and TypeMethodDescriptionstatic NetworkSecurityProfileNetworkSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityProfile from the JsonReader.NetworkSecurityPerimeterConfigurationProperties.profile()Get the profile property: Network security perimeter configuration profile.NetworkSecurityProfile.withAccessRules(List<AccessRule> accessRules) Set the accessRules property: List of Access Rules.NetworkSecurityProfile.withAccessRulesVersion(Integer accessRulesVersion) Set the accessRulesVersion property: Current access rules version.NetworkSecurityProfile.withDiagnosticSettingsVersion(Integer diagnosticSettingsVersion) Set the diagnosticSettingsVersion property: Current diagnostic settings version.NetworkSecurityProfile.withEnabledLogCategories(List<String> enabledLogCategories) Set the enabledLogCategories property: List of log categories that are enabled.Set the name property: Name of the profile.Methods in com.azure.resourcemanager.search.models with parameters of type NetworkSecurityProfileModifier and TypeMethodDescriptionNetworkSecurityPerimeterConfigurationProperties.withProfile(NetworkSecurityProfile profile) Set the profile property: Network security perimeter configuration profile.