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

WebServicesClient Class

Definition

public class WebServicesClient : Microsoft.Azure.Commands.MachineLearning.Utilities.MachineLearningClientBase
type WebServicesClient = class
    inherit MachineLearningClientBase
Public Class WebServicesClient
Inherits MachineLearningClientBase
Inheritance
WebServicesClient

Constructors

WebServicesClient(IAzureContext)

Properties

ErrorLogger (Inherited from MachineLearningClientBase)
VerboseLogger (Inherited from MachineLearningClientBase)
WarningLogger (Inherited from MachineLearningClientBase)

Methods

CreateAzureMlWebService(String, String, WebService)
CreateRegionalProperties(String, String, String)
DeleteAzureMlWebService(String, String)
GetAzureMlWebService(String, String, String)
GetAzureMlWebServiceKeys(String, String)
GetAzureMlWebServicesBySubscriptionAndGroupAsync(String, String, Nullable<CancellationToken>)
GetAzureMlWebServicesBySubscriptionAsync(String, Nullable<CancellationToken>)
UpdateAzureMlWebService(String, String, WebService)

Applies to