次の方法で共有


MachineLearninRegistryComponentContainerCollection.Get メソッド

定義

コンテナーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}
  • 操作IdRegistryComponentContainers_Get
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource> Get (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
Public Overridable Function Get (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearninRegistryComponentContainerResource)

パラメーター

componentName
String

コンテナー名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

componentName は空の文字列であり、空でないと予想されていました。

componentName が null です。

適用対象