PipelineJobsOperationsExtensions.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ée ou met à jour un travail de pipeline.
public static Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob CreateOrUpdate (this Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations operations, string resourceGroupName, string accountName, string pipelineJobName, Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob -> Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob
<Extension()>
Public Function CreateOrUpdate (operations As IPipelineJobsOperations, resourceGroupName As String, accountName As String, pipelineJobName As String, parameters As PipelineJob) As PipelineJob
Paramètres
- operations
- IPipelineJobsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- accountName
- String
Nom du compte Azure Video Analyzer.
- pipelineJobName
- String
Nom du travail de pipeline.
- parameters
- PipelineJob
Paramètres de la requête
Retours
Remarques
Crée un travail de pipeline ou met à jour un travail existant, avec le nom donné.
S’applique à
Azure SDK for .NET