Uses of Class
com.azure.resourcemanager.automation.fluent.models.SourceControlInner
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 SourceControlInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSourceControlsClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlCreateOrUpdateParameters parameters) Create a source control.SourceControlsClient.get
(String resourceGroupName, String automationAccountName, String sourceControlName) Retrieve the source control identified by source control name.SourceControlsClient.update
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlUpdateParameters parameters) Update a source control.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SourceControlInner>
SourceControlsClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a source control.com.azure.core.http.rest.Response<SourceControlInner>
SourceControlsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, com.azure.core.util.Context context) Retrieve the source control identified by source control name.com.azure.core.http.rest.PagedIterable<SourceControlInner>
SourceControlsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of source controls.com.azure.core.http.rest.PagedIterable<SourceControlInner>
SourceControlsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of source controls.com.azure.core.http.rest.Response<SourceControlInner>
SourceControlsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, SourceControlUpdateParameters parameters, com.azure.core.util.Context context) Update a source control. -
Uses of SourceControlInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlInner.withAutoSync
(Boolean autoSync) Set the autoSync property: The auto sync of the source control.SourceControlInner.withBranch
(String branch) Set the branch property: The repo branch of the source control.SourceControlInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: The creation time.SourceControlInner.withDescription
(String description) Set the description property: The description.SourceControlInner.withFolderPath
(String folderPath) Set the folderPath property: The folder path of the source control.SourceControlInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: The last modified time.SourceControlInner.withPublishRunbook
(Boolean publishRunbook) Set the publishRunbook property: The auto publish of the source control.SourceControlInner.withRepoUrl
(String repoUrl) Set the repoUrl property: The repo url of the source control.SourceControlInner.withSourceType
(SourceType sourceType) Set the sourceType property: The source type. -
Uses of SourceControlInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControl.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlInner object.Modifier and TypeMethodDescriptionSourceControlListResult.value()
Get the value property: The list of source controls.Modifier and TypeMethodDescriptionSourceControlListResult.withValue
(List<SourceControlInner> value) Set the value property: The list of source controls.