Uses of Class
com.azure.resourcemanager.automation.models.NonAzureQueryProperties
Packages that use NonAzureQueryProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of NonAzureQueryProperties in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return NonAzureQueryPropertiesModifier and TypeMethodDescriptionstatic NonAzureQueryProperties
NonAzureQueryProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NonAzureQueryProperties from the JsonReader.NonAzureQueryProperties.withFunctionAlias
(String functionAlias) Set the functionAlias property: Log Analytics Saved Search name.NonAzureQueryProperties.withWorkspaceId
(String workspaceId) Set the workspaceId property: Workspace Id for Log Analytics in which the saved Search is resided.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type NonAzureQueryPropertiesModifier and TypeMethodDescriptionTargetProperties.nonAzureQueries()
Get the nonAzureQueries property: List of non Azure queries in the software update configuration.Method parameters in com.azure.resourcemanager.automation.models with type arguments of type NonAzureQueryPropertiesModifier and TypeMethodDescriptionTargetProperties.withNonAzureQueries
(List<NonAzureQueryProperties> nonAzureQueries) Set the nonAzureQueries property: List of non Azure queries in the software update configuration.