Uses of Class
com.azure.resourcemanager.automation.models.JobNavigation
Packages that use JobNavigation
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobNavigation in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return JobNavigationModifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunInner.job()
Get the job property: Job associated with the software update configuration machine run.UpdateConfigurationMachineRunProperties.job()
Get the job property: Job associated with the software update configuration machine run.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type JobNavigationModifier and TypeMethodDescriptionSoftwareUpdateConfigurationMachineRunInner.withJob
(JobNavigation job) Set the job property: Job associated with the software update configuration machine run.UpdateConfigurationMachineRunProperties.withJob
(JobNavigation job) Set the job property: Job associated with the software update configuration machine run. -
Uses of JobNavigation in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return JobNavigationModifier and TypeMethodDescriptionstatic JobNavigation
JobNavigation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobNavigation from the JsonReader.SoftwareUpdateConfigurationMachineRun.job()
Gets the job property: Job associated with the software update configuration machine run.