AzureSMProfileProvider.SetInstance 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.
Overloads
SetInstance(Func<AzureSMProfileProvider>) | |
SetInstance(Func<AzureSMProfileProvider>, Boolean) |
SetInstance(Func<AzureSMProfileProvider>)
public static void SetInstance (Func<Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureSMProfileProvider> provider);
static member SetInstance : Func<Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureSMProfileProvider> -> unit
Public Shared Sub SetInstance (provider As Func(Of AzureSMProfileProvider))
Parameters
- provider
- Func<AzureSMProfileProvider>
Applies to
SetInstance(Func<AzureSMProfileProvider>, Boolean)
public static void SetInstance (Func<Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureSMProfileProvider> provider, bool overwrite);
static member SetInstance : Func<Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureSMProfileProvider> * bool -> unit
Public Shared Sub SetInstance (provider As Func(Of AzureSMProfileProvider), overwrite As Boolean)
Parameters
- provider
- Func<AzureSMProfileProvider>
- overwrite
- Boolean