ArtifactSourcesOperationsExtensions.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 une source d’artefact.
public static Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource CreateOrUpdate (this Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations operations, string resourceGroupName, string artifactSourceName, Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource artifactSourceInfo = default);
static member CreateOrUpdate : Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations * string * string * Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource -> Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource
<Extension()>
Public Function CreateOrUpdate (operations As IArtifactSourcesOperations, resourceGroupName As String, artifactSourceName As String, Optional artifactSourceInfo As ArtifactSource = Nothing) As ArtifactSource
Paramètres
- operations
- IArtifactSourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- artifactSourceName
- String
Nom de la source de l’artefact.
- artifactSourceInfo
- ArtifactSource
Objet source qui définit la ressource.
Retours
Remarques
Crée de manière synchrone une source d’artefact ou met à jour une source d’artefact existante.
S’applique à
Azure SDK for .NET