Share via


MachineLearningRegistryResource.GetMachineLearningRegistryCodeContainerAsync Method

Definition

Get Code container.

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

Parameters

codeName
String

Container name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

codeName is null.

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

Applies to