Class AzureQueryProperties
java.lang.Object
com.azure.resourcemanager.automation.models.AzureQueryProperties
Azure query for the update configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the locations property: List of locations to scope the query to.scope()
Get the scope property: List of Subscription or Resource Group ARM Ids.Get the tagSettings property: Tag settings for the VM.void
validate()
Validates the instance.withLocations
(List<String> locations) Set the locations property: List of locations to scope the query to.Set the scope property: List of Subscription or Resource Group ARM Ids.withTagSettings
(TagSettingsProperties tagSettings) Set the tagSettings property: Tag settings for the VM.
-
Constructor Details
-
AzureQueryProperties
public AzureQueryProperties()
-
-
Method Details
-
scope
Get the scope property: List of Subscription or Resource Group ARM Ids.- Returns:
- the scope value.
-
withScope
Set the scope property: List of Subscription or Resource Group ARM Ids.- Parameters:
scope
- the scope value to set.- Returns:
- the AzureQueryProperties object itself.
-
locations
Get the locations property: List of locations to scope the query to.- Returns:
- the locations value.
-
withLocations
Set the locations property: List of locations to scope the query to.- Parameters:
locations
- the locations value to set.- Returns:
- the AzureQueryProperties object itself.
-
tagSettings
Get the tagSettings property: Tag settings for the VM.- Returns:
- the tagSettings value.
-
withTagSettings
Set the tagSettings property: Tag settings for the VM.- Parameters:
tagSettings
- the tagSettings value to set.- Returns:
- the AzureQueryProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-