Partilhar via


PrivateStoreCollectionInfoCollection.CreateOrUpdateAsync Método

Definição

Criar ou atualizar coleção de repositórios privados

  • Caminho da Solicitação/provedores/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • Operação IdPrivateStoreCollection_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Guid collectionId, Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoData info, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Guid * Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Guid * Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, collectionId As Guid, info As PrivateStoreCollectionInfoData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PrivateStoreCollectionInfoResource))

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 execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

collectionId
Guid

A ID da coleção.

info
PrivateStoreCollectionInfoData

O PrivateStoreCollectionInfo a ser usado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

info é nulo.

Aplica-se a