Package com.azure.resourcemanager.msi
Class MsiManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<ManagedServiceIdentityClient>
com.azure.resourcemanager.msi.MsiManager
- All Implemented Interfaces:
HasServiceClient<ManagedServiceIdentityClient>
Entry point to Azure Managed Service Identity (MSI) resource management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic MsiManagerauthenticate(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.static MsiManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points.static MsiManager.ConfigurableGet a Configurable instance that can be used to create MsiManager with optional configuration.Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
configure
Get a Configurable instance that can be used to create MsiManager with optional configuration.- Returns:
- the instance allowing configurations
-
authenticate
public 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.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the MsiManager
-
authenticate
public static MsiManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the MsiManager
-
identities
- Returns:
- entry point to Azure MSI Identity resource management API
-
authorizationManager
- Returns:
- the authorization manager.
-