Package com.azure.resourcemanager.cosmos
Class CosmosManager
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluentcore.arm.Manager<CosmosDBManagementClient>
-
- com.azure.resourcemanager.cosmos.CosmosManager
-
- All Implemented Interfaces:
HasServiceClient<CosmosDBManagementClient>
public final class CosmosManager extends Manager<CosmosDBManagementClient>
Entry point to Azure compute resource management.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCosmosManager.ConfigurableThe interface allowing configurations to be set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CosmosManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)Creates an instance of ComputeManager that exposes Compute resource management API entry points.static CosmosManager.Configurableconfigure()Get a Configurable instance that can be used to create ComputeManager with optional configuration.CosmosDBAccountsdatabaseAccounts()-
Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
-
-
-
Method Detail
-
configure
public static CosmosManager.Configurable configure()
Get a Configurable instance that can be used to create ComputeManager with optional configuration.- Returns:
- Configurable
-
authenticate
public static CosmosManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of ComputeManager that exposes Compute resource management API entry points.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the ComputeManager
-
databaseAccounts
public CosmosDBAccounts databaseAccounts()
- Returns:
- the cosmos db database account resource management API entry point
-
-