MsiManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. msi. MsiManager
- com.
- com.
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
Msi |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Msi |
static
Msi |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Msi |
Authorization |
authorizationManager() |
static Configurable |
configure()
Get a Configurable instance that can be used to create Msi |
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:
Returns:
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:
Returns:
authorizationManager
public AuthorizationManager authorizationManager()
Returns:
configure
public static MsiManager.Configurable configure()
Get a Configurable instance that can be used to create MsiManager with optional configuration.
Returns:
identities
public Identities identities()
Returns:
Applies to
Azure SDK for Java