SourceControlOperationsExtensions.Get Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez le contrôle de code source identifié par le nom du contrôle de code source. 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
Paramètres
- operations
- ISourceControlOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- sourceControlName
- String
Nom du contrôle de code source.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET