Uses of Class
com.azure.resourcemanager.automation.fluent.models.JobCollectionItemInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobCollectionItemInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<JobCollectionItemInner>
JobsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of jobs.com.azure.core.http.rest.PagedIterable<JobCollectionItemInner>
JobsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, String clientRequestId, com.azure.core.util.Context context) Retrieve a list of jobs. -
Uses of JobCollectionItemInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSet the runOn property: Specifies the runOn group name where the job was executed. -
Uses of JobCollectionItemInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJobCollectionItem.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.JobCollectionItemInner object.Modifier and TypeMethodDescriptionJobListResultV2.withValue
(List<JobCollectionItemInner> value) Set the value property: List of jobs.