Uses of Class
com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobInner
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 SourceControlSyncJobInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSourceControlSyncJobsClient.create
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, SourceControlSyncJobCreateParameters parameters) Creates the sync job for a source control.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SourceControlSyncJobInner>
SourceControlSyncJobsClient.createWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, SourceControlSyncJobCreateParameters parameters, com.azure.core.util.Context context) Creates the sync job for a source control.com.azure.core.http.rest.PagedIterable<SourceControlSyncJobInner>
SourceControlSyncJobsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String sourceControlName) Retrieve a list of source control sync jobs.com.azure.core.http.rest.PagedIterable<SourceControlSyncJobInner>
SourceControlSyncJobsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String sourceControlName, String filter, com.azure.core.util.Context context) Retrieve a list of source control sync jobs. -
Uses of SourceControlSyncJobInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlSyncJobInner.withProvisioningState
(ProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the job.SourceControlSyncJobInner.withSourceControlSyncJobId
(String sourceControlSyncJobId) Set the sourceControlSyncJobId property: The source control sync job id.SourceControlSyncJobInner.withSyncType
(SyncType syncType) Set the syncType property: The sync type. -
Uses of SourceControlSyncJobInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControlSyncJob.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobInner object.Modifier and TypeMethodDescriptionSourceControlSyncJobListResult.value()
Get the value property: The list of source control sync jobs.Modifier and TypeMethodDescriptionSourceControlSyncJobListResult.withValue
(List<SourceControlSyncJobInner> value) Set the value property: The list of source control sync jobs.