Freigeben über


SourceControlOperationsExtensions.Get Methode

Definition

Rufen Sie die Durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

public static Microsoft.Azure.Management.Automation.Models.SourceControl Get (this Microsoft.Azure.Management.Automation.ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName);
static member Get : Microsoft.Azure.Management.Automation.ISourceControlOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.SourceControl
<Extension()>
Public Function Get (operations As ISourceControlOperations, resourceGroupName As String, automationAccountName As String, sourceControlName As String) As SourceControl

Parameter

operations
ISourceControlOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

sourceControlName
String

Der Name der Quellcodeverwaltung.

Gibt zurück

Gilt für: