MSITokenProvider(String, MSILoginInformation) Constructor
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET