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