Udostępnij za pośrednictwem


MachineLearningRegistryCodeContainerCollection.CreateOrUpdateAsync Method

Definition

Create or update Code container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/codes/{codeName}
  • Operation Id: RegistryCodeContainers_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string codeName, Azure.ResourceManager.MachineLearning.MachineLearningCodeContainerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningCodeContainerData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningCodeContainerData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, codeName As String, data As MachineLearningCodeContainerData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MachineLearningRegistryCodeContainerResource))

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.

codeName
String

Container name.

data
MachineLearningCodeContainerData

Container entity to create or update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

codeName is an empty string, and was expected to be non-empty.

codeName or data is null.

Applies to