UpdateTrustedIdProviderParameters 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
UpdateTrustedIdProviderParameters() |
Initializes a new instance of the UpdateTrustedIdProviderParameters class. |
UpdateTrustedIdProviderParameters(String) |
Initializes a new instance of the UpdateTrustedIdProviderParameters class. |
UpdateTrustedIdProviderParameters()
Initializes a new instance of the UpdateTrustedIdProviderParameters class.
public UpdateTrustedIdProviderParameters ();
Public Sub New ()
Applies to
UpdateTrustedIdProviderParameters(String)
Initializes a new instance of the UpdateTrustedIdProviderParameters class.
public UpdateTrustedIdProviderParameters (string idProvider = default);
new Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderParameters : string -> Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderParameters
Public Sub New (Optional idProvider As String = Nothing)
Parameters
- idProvider
- String
The URL of this trusted identity provider.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET