Share via


ManagedIdentityOptions.Clone Method

Definition

Makes a new object to avoid sharing the same reference.

public Microsoft.Identity.Abstractions.ManagedIdentityOptions Clone ();
member this.Clone : unit -> Microsoft.Identity.Abstractions.ManagedIdentityOptions
Public Function Clone () As ManagedIdentityOptions

Returns

New instance of ManagedIdentityOptions with the same UserAssignedClientId.

Applies to