Class NonAzureQueryProperties
java.lang.Object
com.azure.resourcemanager.automation.models.NonAzureQueryProperties
Non Azure query for the update configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the functionAlias property: Log Analytics Saved Search name.void
validate()
Validates the instance.withFunctionAlias
(String functionAlias) Set the functionAlias property: Log Analytics Saved Search name.withWorkspaceId
(String workspaceId) Set the workspaceId property: Workspace Id for Log Analytics in which the saved Search is resided.Get the workspaceId property: Workspace Id for Log Analytics in which the saved Search is resided.
-
Constructor Details
-
NonAzureQueryProperties
public NonAzureQueryProperties()
-
-
Method Details
-
functionAlias
Get the functionAlias property: Log Analytics Saved Search name.- Returns:
- the functionAlias value.
-
withFunctionAlias
Set the functionAlias property: Log Analytics Saved Search name.- Parameters:
functionAlias
- the functionAlias value to set.- Returns:
- the NonAzureQueryProperties object itself.
-
workspaceId
Get the workspaceId property: Workspace Id for Log Analytics in which the saved Search is resided.- Returns:
- the workspaceId value.
-
withWorkspaceId
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.
-