Uses of Class
com.azure.resourcemanager.network.models.SingleQueryResult
Packages that use SingleQueryResult
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SingleQueryResult in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type SingleQueryResultModifier and TypeMethodDescriptionQueryResultsInner.signatures()Get the signatures property: Array containing the results of the query.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type SingleQueryResultModifier and TypeMethodDescriptionQueryResultsInner.withSignatures(List<SingleQueryResult> signatures) Set the signatures property: Array containing the results of the query. -
Uses of SingleQueryResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SingleQueryResultModifier and TypeMethodDescriptionstatic SingleQueryResultSingleQueryResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SingleQueryResult from the JsonReader.SingleQueryResult.withDescription(String description) Set the description property: Describes what is the signature enforces.SingleQueryResult.withDestinationPorts(List<String> destinationPorts) Set the destinationPorts property: Describes the list of destination ports related to this signature.SingleQueryResult.withDirection(FirewallPolicyIdpsSignatureDirection direction) Set the direction property: Describes in which direction signature is being enforced: 0 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound, 5 - InternalInbound.Set the group property: Describes the groups the signature belongs to.SingleQueryResult.withInheritedFromParentPolicy(Boolean inheritedFromParentPolicy) Set the inheritedFromParentPolicy property: Describes if this override is inherited from base policy or not.SingleQueryResult.withLastUpdated(String lastUpdated) Set the lastUpdated property: Describes the last updated time of the signature (provided from 3rd party vendor).SingleQueryResult.withMode(FirewallPolicyIdpsSignatureMode mode) Set the mode property: The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny.SingleQueryResult.withProtocol(String protocol) Set the protocol property: Describes the protocol the signatures is being enforced in.SingleQueryResult.withSeverity(FirewallPolicyIdpsSignatureSeverity severity) Set the severity property: Describes the severity of signature: 1 - High, 2 - Medium, 3 - Low.SingleQueryResult.withSignatureId(Integer signatureId) Set the signatureId property: The ID of the signature.SingleQueryResult.withSourcePorts(List<String> sourcePorts) Set the sourcePorts property: Describes the list of source ports related to this signature.