Share via


MSITokenProvider(String, MSILoginInformation) Constructor

Definition

Creates MSITokenProvider.

public MSITokenProvider (string resource, Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation msiLoginInformation);
new Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSITokenProvider : string * Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSITokenProvider
Public Sub New (resource As String, msiLoginInformation As MSILoginInformation)

Parameters

resource
String
msiLoginInformation
MSILoginInformation

describes the managed service identity configuration

Applies to