| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluentcore.arm.models |
This package contains the base classes for resource models.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupableResource<TManager,InnerT>
Base interface for resources in resource groups.
|
interface |
IndependentChildResource<ManagerT,InnerT>
Interface for the child resource which can be CRUDed independently from the parent resource.
|
| Modifier and Type | Field and Description |
|---|---|
static Resource |
Resource.DUMMY |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericResource
An immutable client-side representation of an Azure generic resource.
|
interface |
ResourceGroup
An immutable client-side representation of an Azure resource group.
|
| Modifier and Type | Method and Description |
|---|---|
TagResource |
TagOperations.updateTags(Resource resource,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
Mono<TagResource> |
TagOperations.updateTagsAsync(Resource resource,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
ManagementLock.DefinitionStages.WithLevel |
ManagementLock.DefinitionStages.WithLockedResource.withLockedResource(Resource resource)
Specifies the resource to lock.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLockedResource.withLockedResource(Resource resource)
Specifies the resource to lock.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.