Uses of Class
com.azure.resourcemanager.automation.fluent.models.TestJobInner
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 TestJobInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionTestJobsClient.create
(String resourceGroupName, String automationAccountName, String runbookName, TestJobCreateParameters parameters) Create a test job of the runbook.Retrieve the test job for the specified runbook.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TestJobInner>
TestJobsClient.createWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, TestJobCreateParameters parameters, com.azure.core.util.Context context) Create a test job of the runbook.com.azure.core.http.rest.Response<TestJobInner>
TestJobsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, com.azure.core.util.Context context) Retrieve the test job for the specified runbook. -
Uses of TestJobInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionTestJobInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time of the test job.TestJobInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: Gets or sets the end time of the test job.TestJobInner.withException
(String exception) Set the exception property: Gets or sets the exception of the test job.TestJobInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time of the test job.TestJobInner.withLastStatusModifiedTime
(OffsetDateTime lastStatusModifiedTime) Set the lastStatusModifiedTime property: Gets or sets the last status modified time of the test job.TestJobInner.withLogActivityTrace
(Integer logActivityTrace) Set the logActivityTrace property: The activity-level tracing options of the runbook.TestJobInner.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the test job.Set the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.TestJobInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the test job.TestJobInner.withStatus
(String status) Set the status property: Gets or sets the status of the test job.TestJobInner.withStatusDetails
(String statusDetails) Set the statusDetails property: Gets or sets the status details of the test job. -
Uses of TestJobInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionTestJob.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.TestJobInner object.