Partager via


DevTestLabArtifactSourceCollection.CreateOrUpdate Méthode

Définition

Créez ou remplacez une source d’artefact existante.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}
  • IdArtifactSources_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string name, Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, name As String, data As DevTestLabArtifactSourceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DevTestLabArtifactSourceResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

name
String

Nom de la source de l’artefact.

data
DevTestLabArtifactSourceData

Propriétés d’une source d’artefact.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

name est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

name ou data est null.

S’applique à