| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TagsResourceInner |
TagOperationsClient.createOrUpdateAtScope(String scope,
Tags properties)
This operation allows adding or replacing the entire set of tags on the specified resource or subscription.
|
Mono<TagsResourceInner> |
TagOperationsClient.createOrUpdateAtScopeAsync(String scope,
Tags properties)
This operation allows adding or replacing the entire set of tags on the specified resource or subscription.
|
com.azure.core.http.rest.Response<TagsResourceInner> |
TagOperationsClient.createOrUpdateAtScopeWithResponse(String scope,
Tags properties,
com.azure.core.util.Context context)
This operation allows adding or replacing the entire set of tags on the specified resource or subscription.
|
Mono<com.azure.core.http.rest.Response<TagsResourceInner>> |
TagOperationsClient.createOrUpdateAtScopeWithResponseAsync(String scope,
Tags properties)
This operation allows adding or replacing the entire set of tags on the specified resource or subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Tags |
TagsResourceInner.properties()
Get the properties property: The set of tags.
|
| Modifier and Type | Method and Description |
|---|---|
TagsResourceInner |
TagsResourceInner.withProperties(Tags properties)
Set the properties property: The set of tags.
|
| Modifier and Type | Method and Description |
|---|---|
Tags |
TagsPatchResource.properties()
Get the properties property: The set of tags.
|
Tags |
Tags.withTags(Map<String,String> tags)
Set the tags property: Dictionary of <string>.
|
| Modifier and Type | Method and Description |
|---|---|
TagsPatchResource |
TagsPatchResource.withProperties(Tags properties)
Set the properties property: The set of tags.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.