ManagedIdentityApplicationBuilder.Build Method
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.
Builds an instance of IManagedIdentityApplication from the parameters set in the ManagedIdentityApplicationBuilder.
public Microsoft.Identity.Client.IManagedIdentityApplication Build ();
member this.Build : unit -> Microsoft.Identity.Client.IManagedIdentityApplication
Public Function Build () As IManagedIdentityApplication
Returns
An instance of IManagedIdentityApplication
Exceptions
Thrown when errors occur locally in the library itself (for example, because of incorrect configuration).