Share via


PrivateStoreCollection.CreateOrUpdate Method

Definition

Changes private store properties

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • Operation Id: PrivateStore_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate (Azure.WaitUntil waitUntil, Guid privateStoreId, Azure.ResourceManager.Marketplace.PrivateStoreData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Guid * Azure.ResourceManager.Marketplace.PrivateStoreData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.CreateOrUpdate : Azure.WaitUntil * Guid * Azure.ResourceManager.Marketplace.PrivateStoreData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, privateStoreId As Guid, data As PrivateStoreData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

privateStoreId
Guid

The store ID - must use the tenant ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to