Class NonAzureQueryProperties

java.lang.Object
com.azure.resourcemanager.automation.models.NonAzureQueryProperties

public final class NonAzureQueryProperties extends Object
Non Azure query for the update configuration.
  • Constructor Details

    • NonAzureQueryProperties

      public NonAzureQueryProperties()
  • Method Details

    • functionAlias

      public String functionAlias()
      Get the functionAlias property: Log Analytics Saved Search name.
      Returns:
      the functionAlias value.
    • withFunctionAlias

      public NonAzureQueryProperties withFunctionAlias(String functionAlias)
      Set the functionAlias property: Log Analytics Saved Search name.
      Parameters:
      functionAlias - the functionAlias value to set.
      Returns:
      the NonAzureQueryProperties object itself.
    • workspaceId

      public String workspaceId()
      Get the workspaceId property: Workspace Id for Log Analytics in which the saved Search is resided.
      Returns:
      the workspaceId value.
    • withWorkspaceId

      public NonAzureQueryProperties withWorkspaceId(String workspaceId)
      Set the workspaceId property: Workspace Id for Log Analytics in which the saved Search is resided.
      Parameters:
      workspaceId - the workspaceId value to set.
      Returns:
      the NonAzureQueryProperties object itself.
    • validate

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