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

UpdateTrustedIdProviderWithAccountParameters 构造函数

定义

重载

UpdateTrustedIdProviderWithAccountParameters()

初始化 UpdateTrustedIdProviderWithAccountParameters 类的新实例。

UpdateTrustedIdProviderWithAccountParameters(String, String)

初始化 UpdateTrustedIdProviderWithAccountParameters 类的新实例。

UpdateTrustedIdProviderWithAccountParameters()

初始化 UpdateTrustedIdProviderWithAccountParameters 类的新实例。

public UpdateTrustedIdProviderWithAccountParameters ();
Public Sub New ()

适用于

UpdateTrustedIdProviderWithAccountParameters(String, String)

初始化 UpdateTrustedIdProviderWithAccountParameters 类的新实例。

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

参数

name
String

要更新的受信任标识提供者的唯一名称。

idProvider
String

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

适用于