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

CreateTrustedIdProviderWithAccountParameters 构造函数

定义

重载

CreateTrustedIdProviderWithAccountParameters()

初始化 CreateTrustedIdProviderWithAccountParameters 类的新实例。

CreateTrustedIdProviderWithAccountParameters(String, String)

初始化 CreateTrustedIdProviderWithAccountParameters 类的新实例。

CreateTrustedIdProviderWithAccountParameters()

初始化 CreateTrustedIdProviderWithAccountParameters 类的新实例。

public CreateTrustedIdProviderWithAccountParameters ();
Public Sub New ()

适用于

CreateTrustedIdProviderWithAccountParameters(String, String)

初始化 CreateTrustedIdProviderWithAccountParameters 类的新实例。

public CreateTrustedIdProviderWithAccountParameters (string name, string idProvider);
new Microsoft.Azure.Management.DataLake.Store.Models.CreateTrustedIdProviderWithAccountParameters : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.CreateTrustedIdProviderWithAccountParameters
Public Sub New (name As String, idProvider As String)

参数

name
String

要创建的受信任标识提供者的唯一名称。

idProvider
String

此受信任标识提供者的 URL。

适用于