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

AnomalyDetectorClientOptions Constructor

Definition

Initializes new instance of AnomalyDetectorClientOptions.

public AnomalyDetectorClientOptions(Azure.AI.AnomalyDetector.AnomalyDetectorClientOptions.ServiceVersion version = Azure.AI.AnomalyDetector.AnomalyDetectorClientOptions+ServiceVersion.V1_1);
new Azure.AI.AnomalyDetector.AnomalyDetectorClientOptions : Azure.AI.AnomalyDetector.AnomalyDetectorClientOptions.ServiceVersion -> Azure.AI.AnomalyDetector.AnomalyDetectorClientOptions
Public Sub New (Optional version As AnomalyDetectorClientOptions.ServiceVersion = Azure.AI.AnomalyDetector.AnomalyDetectorClientOptions+ServiceVersion.V1_1)

Parameters

version
AnomalyDetectorClientOptions.ServiceVersion

The version of the service to send requests to.

Applies to