Share via


MachineLearningEnvironmentVersionResource.PublishAsync Method

Definition

Publish version asset into registry.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}/publish
  • Operation Id: EnvironmentVersions_Publish
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningEnvironmentVersionResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> PublishAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.DestinationAssetContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member PublishAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.DestinationAssetContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.PublishAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.DestinationAssetContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function PublishAsync (waitUntil As WaitUntil, content As DestinationAssetContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

content
DestinationAssetContent

Destination registry info.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to