MSILoginInformation(MSIResourceType, String, String, String) 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.
Construction for MSI Login
public MSILoginInformation (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSIResourceType resourceType, string clientId = default, string resourceId = default, string objectId = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSIResourceType * string * string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation
Public Sub New (resourceType As MSIResourceType, Optional clientId As String = Nothing, Optional resourceId As String = Nothing, Optional objectId As String = Nothing)
Parameters
- resourceType
- MSIResourceType
MSI Resource Type
- clientId
- String
User Assigned Identity Client ID
- resourceId
- String
User Assigned Identity Resource ID
- objectId
- String
User Assigned Identity Object ID
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET