DevTestLabArtifactSourceCollection.CreateOrUpdateAsync Método

Definição

Criar ou substituir uma fonte de artefato existente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}
  • Operação IdArtifactSources_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string name, Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, name As String, data As DevTestLabArtifactSourceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DevTestLabArtifactSourceResource))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

name
String

O nome da origem do artefato.

data
DevTestLabArtifactSourceData

Propriedades de uma fonte de artefato.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

name é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

name ou data é nulo.

Aplica-se a