Freigeben über


ArtifactSourcesOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine Artefaktquelle.

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

Parameter

operations
IArtifactSourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName
String

Der Name der Artefaktquelle.

artifactSourceInfo
ArtifactSource

Quellobjekt, das die Ressource definiert.

Gibt zurück

Hinweise

Erstellt synchron eine neue Artefaktquelle oder aktualisiert eine vorhandene Artefaktquelle.

Gilt für: