Share via


CreateTrustedIdProviderWithAccountParameters Constructors

Definition

Overloads

CreateTrustedIdProviderWithAccountParameters()

Initializes a new instance of the CreateTrustedIdProviderWithAccountParameters class.

CreateTrustedIdProviderWithAccountParameters(String, String)

Initializes a new instance of the CreateTrustedIdProviderWithAccountParameters class.

CreateTrustedIdProviderWithAccountParameters()

Initializes a new instance of the CreateTrustedIdProviderWithAccountParameters class.

public CreateTrustedIdProviderWithAccountParameters ();
Public Sub New ()

Applies to

CreateTrustedIdProviderWithAccountParameters(String, String)

Initializes a new instance of the CreateTrustedIdProviderWithAccountParameters class.

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)

Parameters

name
String

The unique name of the trusted identity provider to create.

idProvider
String

The URL of this trusted identity provider.

Applies to