你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMachineLearningComputeModelFactory.CheckSystemServicesUpdatesAvailableResponse 方法

定义

初始化 CheckSystemServicesUpdatesAvailableResponse 的新实例。

public static Azure.ResourceManager.MachineLearningCompute.Models.CheckSystemServicesUpdatesAvailableResponse CheckSystemServicesUpdatesAvailableResponse (Azure.ResourceManager.MachineLearningCompute.Models.UpdatesAvailable? updatesAvailable = default);
static member CheckSystemServicesUpdatesAvailableResponse : Nullable<Azure.ResourceManager.MachineLearningCompute.Models.UpdatesAvailable> -> Azure.ResourceManager.MachineLearningCompute.Models.CheckSystemServicesUpdatesAvailableResponse
Public Shared Function CheckSystemServicesUpdatesAvailableResponse (Optional updatesAvailable As Nullable(Of UpdatesAvailable) = Nothing) As CheckSystemServicesUpdatesAvailableResponse

参数

updatesAvailable
Nullable<UpdatesAvailable>

如果系统服务有可用的更新,则为“是”;如果没有,则为“否”。

返回

用于模拟的新 CheckSystemServicesUpdatesAvailableResponse 实例。

适用于