UpdateTrustedIdProviderWithAccountParameters Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
UpdateTrustedIdProviderWithAccountParameters() |
Inicializa uma nova instância da classe UpdateTrustedIdProviderWithAccountParameters. |
UpdateTrustedIdProviderWithAccountParameters(String, String) |
Inicializa uma nova instância da classe UpdateTrustedIdProviderWithAccountParameters. |
UpdateTrustedIdProviderWithAccountParameters()
Inicializa uma nova instância da classe UpdateTrustedIdProviderWithAccountParameters.
public UpdateTrustedIdProviderWithAccountParameters ();
Public Sub New ()
Aplica-se a
UpdateTrustedIdProviderWithAccountParameters(String, String)
Inicializa uma nova instância da classe UpdateTrustedIdProviderWithAccountParameters.
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)
Parâmetros
- name
- String
O nome exclusivo do provedor de identidade confiável a ser atualizado.
- idProvider
- String
A URL desse provedor de identidade confiável.
Aplica-se a
Azure SDK for .NET