Class TargetProperties
java.lang.Object
com.azure.resourcemanager.automation.models.TargetProperties
Group specific to the update configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the azureQueries property: List of Azure queries in the software update configuration.Get the nonAzureQueries property: List of non Azure queries in the software update configuration.void
validate()
Validates the instance.withAzureQueries
(List<AzureQueryProperties> azureQueries) Set the azureQueries property: List of Azure queries in the software update configuration.withNonAzureQueries
(List<NonAzureQueryProperties> nonAzureQueries) Set the nonAzureQueries property: List of non Azure queries in the software update configuration.
-
Constructor Details
-
TargetProperties
public TargetProperties()
-
-
Method Details
-
azureQueries
Get the azureQueries property: List of Azure queries in the software update configuration.- Returns:
- the azureQueries value.
-
withAzureQueries
Set the azureQueries property: List of Azure queries in the software update configuration.- Parameters:
azureQueries
- the azureQueries value to set.- Returns:
- the TargetProperties object itself.
-
nonAzureQueries
Get the nonAzureQueries property: List of non Azure queries in the software update configuration.- Returns:
- the nonAzureQueries value.
-
withNonAzureQueries
Set the nonAzureQueries property: List of non Azure queries in the software update configuration.- Parameters:
nonAzureQueries
- the nonAzureQueries value to set.- Returns:
- the TargetProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-