Uses of Class
com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobByIdInner
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 SourceControlSyncJobByIdInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSourceControlSyncJobsClient.get
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId) Retrieve the source control sync job identified by job id.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SourceControlSyncJobByIdInner>
SourceControlSyncJobsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, com.azure.core.util.Context context) Retrieve the source control sync job identified by job id. -
Uses of SourceControlSyncJobByIdInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlSyncJobByIdInner.withException
(String exception) Set the exception property: The exceptions that occurred while running the sync job.Set the id property: The id of the job.SourceControlSyncJobByIdInner.withProvisioningState
(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the job.SourceControlSyncJobByIdInner.withSourceControlSyncJobId
(String sourceControlSyncJobId) Set the sourceControlSyncJobId property: The source control sync job id.SourceControlSyncJobByIdInner.withSyncType
(SyncType syncType) Set the syncType property: The sync type. -
Uses of SourceControlSyncJobByIdInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControlSyncJobById.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobByIdInner object.