public final class ResourceManager extends Manager<ResourceManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceManager.Authenticated
The interface exposing resource management API entry points that work across subscriptions.
|
static interface |
ResourceManager.Configurable
The interface allowing configurations to be set.
|
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static ResourceManager.Authenticated authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile used in resource managementpublic static ResourceManager.Configurable configure()
public FeatureClient featureClient()
public SubscriptionClient subscriptionClient()
public PolicyClient policyClient()
public ManagementLockClient managementLockClient()
public ResourceGroups resourceGroups()
public GenericResources genericResources()
public Deployments deployments()
public Features features()
public Providers providers()
public PolicyDefinitions policyDefinitions()
public PolicyAssignments policyAssignments()
public Subscriptions subscriptions()
public Tenants tenants()
public ManagementLocks managementLocks()
public TagOperations tagOperations()
public ResourceManagerUtils.InternalRuntimeContext internalContext()
ResourceManagerUtils.InternalRuntimeContext associated with this managerCopyright © 2021 Microsoft Corporation. All rights reserved.