UpdateTrustedIdProviderWithAccountParameters 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
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.