| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TagDetailsInner |
TagOperationsClient.createOrUpdate(String tagName)
This operation allows adding a name to the list of predefined tag names for the given subscription.
|
| Modifier and Type | Method and Description |
|---|---|
TagDetailsInner |
TagDetailsInner.withCount(TagCount count)
Set the count property: The total number of resources that use the resource tag.
|
TagDetailsInner |
TagDetailsInner.withTagName(String tagName)
Set the tagName property: The tag name.
|
TagDetailsInner |
TagDetailsInner.withValues(List<TagValueInner> values)
Set the values property: The list of tag values.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.