MachineLearningComponentContainerResource.Get(CancellationToken) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取容器。
- 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}
- 操作IdComponentContainers_Get
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningComponentContainerResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningComponentContainerResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningComponentContainerResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningComponentContainerResource)
参数
- cancellationToken
- CancellationToken
要使用的取消标记。