Uses of Class
com.azure.resourcemanager.search.models.NetworkSecurityPerimeter
Packages that use NetworkSecurityPerimeter
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of NetworkSecurityPerimeter in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return NetworkSecurityPerimeterModifier and TypeMethodDescriptionstatic NetworkSecurityPerimeterNetworkSecurityPerimeter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityPerimeter from the JsonReader.NetworkSecurityPerimeterConfigurationProperties.networkSecurityPerimeter()Get the networkSecurityPerimeter property: Information about a network security perimeter (NSP).Set the id property: Fully qualified Azure resource ID of the NSP resource.NetworkSecurityPerimeter.withLocation(String location) Set the location property: Location of the network security perimeter.NetworkSecurityPerimeter.withPerimeterGuid(UUID perimeterGuid) Set the perimeterGuid property: Universal unique ID (UUID) of the network security perimeter.Methods in com.azure.resourcemanager.search.models that return types with arguments of type NetworkSecurityPerimeterModifier and TypeMethodDescriptionAccessRuleProperties.networkSecurityPerimeters()Get the networkSecurityPerimeters property: Network security perimeters for inbound rules.Methods in com.azure.resourcemanager.search.models with parameters of type NetworkSecurityPerimeterModifier and TypeMethodDescriptionNetworkSecurityPerimeterConfigurationProperties.withNetworkSecurityPerimeter(NetworkSecurityPerimeter networkSecurityPerimeter) Set the networkSecurityPerimeter property: Information about a network security perimeter (NSP).Method parameters in com.azure.resourcemanager.search.models with type arguments of type NetworkSecurityPerimeterModifier and TypeMethodDescriptionAccessRuleProperties.withNetworkSecurityPerimeters(List<NetworkSecurityPerimeter> networkSecurityPerimeters) Set the networkSecurityPerimeters property: Network security perimeters for inbound rules.