Share via


IAutomationPSClient.UpdateSourceControl Method

Definition

public Microsoft.Azure.Commands.Automation.Model.SourceControl UpdateSourceControl (string resourceGroupName, string automationAccountName, string name, string description, System.Security.SecureString accessToken, string branch, string folderPath, bool? publishRunbook, bool? autoSync);
abstract member UpdateSourceControl : string * string * string * string * System.Security.SecureString * string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Commands.Automation.Model.SourceControl
Public Function UpdateSourceControl (resourceGroupName As String, automationAccountName As String, name As String, description As String, accessToken As SecureString, branch As String, folderPath As String, publishRunbook As Nullable(Of Boolean), autoSync As Nullable(Of Boolean)) As SourceControl

Parameters

resourceGroupName
String
automationAccountName
String
name
String
description
String
accessToken
SecureString
branch
String
folderPath
String
publishRunbook
Nullable<Boolean>
autoSync
Nullable<Boolean>

Returns

Applies to