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

AccountPropertiesEndpoints 构造函数

定义

重载

AccountPropertiesEndpoints()

初始化 AccountPropertiesEndpoints 类的新实例。

AccountPropertiesEndpoints(String, String, String)

初始化 AccountPropertiesEndpoints 类的新实例。

AccountPropertiesEndpoints()

初始化 AccountPropertiesEndpoints 类的新实例。

public AccountPropertiesEndpoints ();
Public Sub New ()

适用于

AccountPropertiesEndpoints(String, String, String)

初始化 AccountPropertiesEndpoints 类的新实例。

public AccountPropertiesEndpoints (string catalog = default, string guardian = default, string scan = default);
new Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints : string * string * string -> Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints
Public Sub New (Optional catalog As String = Nothing, Optional guardian As String = Nothing, Optional scan As String = Nothing)

参数

catalog
String

获取目录终结点。

guardian
String

获取保护者终结点。

scan
String

获取扫描终结点。

适用于