Uses of Class
com.azure.resourcemanager.automation.models.TargetProperties
Package
Description
Package containing the data models for AutomationClient.
-
Uses of TargetProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionUpdateConfiguration.targets()
Get the targets property: Group targets for the software update configuration.TargetProperties.withAzureQueries
(List<AzureQueryProperties> azureQueries) Set the azureQueries property: List of Azure queries in the software update configuration.TargetProperties.withNonAzureQueries
(List<NonAzureQueryProperties> nonAzureQueries) Set the nonAzureQueries property: List of non Azure queries in the software update configuration.Modifier and TypeMethodDescriptionUpdateConfiguration.withTargets
(TargetProperties targets) Set the targets property: Group targets for the software update configuration.