public final class MsiManager extends Manager<ManagedServiceIdentityClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MsiManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static MsiManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of MsiManager that exposes Managed Service Identity (MSI)
resource management API entry points.
|
AuthorizationManager |
authorizationManager() |
static MsiManager.Configurable |
configure()
Get a Configurable instance that can be used to create MsiManager with optional configuration.
|
Identities |
identities() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static MsiManager.Configurable configure()
public static MsiManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic Identities identities()
public AuthorizationManager authorizationManager()
Copyright © 2020 Microsoft Corporation. All rights reserved.