ManagedIdentityApplication.GetManagedIdentitySource Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Use GetManagedIdentityCapabilitiesAsync() instead. "ManagedIdentityApplication mi = miBuilder.Build() as ManagedIdentityApplication;"
Rileva e restituisce l'origine dell'identità gestita disponibile nell'ambiente.
[System.Obsolete("Use GetManagedIdentityCapabilitiesAsync() instead. "ManagedIdentityApplication mi = miBuilder.Build() as ManagedIdentityApplication;"")]
public static Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource GetManagedIdentitySource();
[<System.Obsolete("Use GetManagedIdentityCapabilitiesAsync() instead. "ManagedIdentityApplication mi = miBuilder.Build() as ManagedIdentityApplication;"")>]
static member GetManagedIdentitySource : unit -> Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource
Public Shared Function GetManagedIdentitySource () As ManagedIdentitySource
Valori restituiti
Origine identità gestita rilevata nell'ambiente, se presente.
- Attributi