共用方式為


UpdateTrustedIdProviderWithAccountParameters Constructors

Definition

Overloads

UpdateTrustedIdProviderWithAccountParameters()

Initializes a new instance of the UpdateTrustedIdProviderWithAccountParameters class.

UpdateTrustedIdProviderWithAccountParameters(String, String)

Initializes a new instance of the UpdateTrustedIdProviderWithAccountParameters class.

UpdateTrustedIdProviderWithAccountParameters()

Initializes a new instance of the UpdateTrustedIdProviderWithAccountParameters class.

public UpdateTrustedIdProviderWithAccountParameters ();
Public Sub New ()

Applies to

UpdateTrustedIdProviderWithAccountParameters(String, String)

Initializes a new instance of the UpdateTrustedIdProviderWithAccountParameters class.

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)

Parameters

name
String

The unique name of the trusted identity provider to update.

idProvider
String

The URL of this trusted identity provider.

Applies to