MsiManager Class

public final class MsiManager
extends Manager<ManagedServiceIdentityClient>

Entry point to Azure Managed Service Identity (MSI) resource management.

Method Summary

Modifier and Type Method and Description
static MsiManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points.

static MsiManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points.

AuthorizationManager authorizationManager()
static Configurable configure()

Get a Configurable instance that can be used to create MsiManager with optional configuration.

Identities identities()

Methods inherited from Manager

Methods inherited from java.lang.Object

Method Details

authenticate

public static MsiManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points.

Parameters:

credential - the credential to use
profile - the profile to use

Returns:

the MsiManager

authenticate

public static MsiManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the profile to use

Returns:

the MsiManager

authorizationManager

public AuthorizationManager authorizationManager()

Returns:

the authorization manager.

configure

public static MsiManager.Configurable configure()

Get a Configurable instance that can be used to create MsiManager with optional configuration.

Returns:

the instance allowing configurations

identities

public Identities identities()

Returns:

entry point to Azure MSI Identity resource management API

Applies to