CreateTrustedIdProviderWithAccountParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET