Idioma

MachineLearningRegistryCodeContainerResource.GetAsync Method

Definition

Get Code container.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/codes/{codeName}.
  • Operation Id. : CodeContainers_Get.
  • Default Api Version. : 2026-07-01.
  • Resource. : MachineLearningRegistryCodeContainerResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningRegistryCodeContainerResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to