SourceControlOperationsExtensions.CreateOrUpdate 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.
Créez un contrôle de code source. http://aka.ms/azureautomationsdk/sourcecontroloperations
public static Microsoft.Azure.Management.Automation.Models.SourceControl CreateOrUpdate (this Microsoft.Azure.Management.Automation.ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, Microsoft.Azure.Management.Automation.Models.SourceControlCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.ISourceControlOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.SourceControlCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.SourceControl
<Extension()>
Public Function CreateOrUpdate (operations As ISourceControlOperations, resourceGroupName As String, automationAccountName As String, sourceControlName As String, parameters As SourceControlCreateOrUpdateParameters) 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.
- parameters
- SourceControlCreateOrUpdateParameters
Paramètres fournis à l’opération de création ou de mise à jour du contrôle de code source.
Retours
S’applique à
Azure SDK for .NET