IAutomationPSClient.UpdateSourceControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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