| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static TagOperation |
TagOperation.DELETE
Static value Delete for TagOperation.
|
static TagOperation |
TagOperation.MERGE
Static value Merge for TagOperation.
|
static TagOperation |
TagOperation.REPLACE
Static value Replace for TagOperation.
|
| Modifier and Type | Method and Description |
|---|---|
static TagOperation |
TagOperation.fromString(String name)
Creates or finds a TagOperation from its string representation.
|
TagOperation |
TagsPatchResource.operation()
Get the operation type for the patch API.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TagOperation> |
TagOperation.values() |
| Modifier and Type | Method and Description |
|---|---|
TagsPatchResource |
TagsPatchResource.withOperation(TagOperation operation)
Set the operation type for the patch API.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/