Class CefExternalSecuritySolution

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.ExternalSecuritySolutionInner
com.azure.resourcemanager.security.models.CefExternalSecuritySolution

public final class CefExternalSecuritySolution extends ExternalSecuritySolutionInner
Represents a security solution which sends CEF logs to an OMS workspace.
  • Constructor Details

    • CefExternalSecuritySolution

      public CefExternalSecuritySolution()
  • Method Details

    • properties

      public CefSolutionProperties properties()
      Get the properties property: The external security solution properties for CEF solutions.
      Returns:
      the properties value.
    • withProperties

      public CefExternalSecuritySolution withProperties(CefSolutionProperties properties)
      Set the properties property: The external security solution properties for CEF solutions.
      Parameters:
      properties - the properties value to set.
      Returns:
      the CefExternalSecuritySolution object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ExternalSecuritySolutionInner
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.