public final class CosmosManager extends Manager<CosmosDBManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CosmosManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static CosmosManager.Configurable |
configure()
Get a Configurable instance that can be used to create ComputeManager with optional configuration.
|
CosmosDBAccounts |
databaseAccounts() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static CosmosManager.Configurable configure()
public static CosmosManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic CosmosDBAccounts databaseAccounts()
Copyright © 2020 Microsoft Corporation. All rights reserved.