| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static TagsPatchOperation |
TagsPatchOperation.DELETE
Static value Delete for TagsPatchOperation.
|
static TagsPatchOperation |
TagsPatchOperation.MERGE
Static value Merge for TagsPatchOperation.
|
static TagsPatchOperation |
TagsPatchOperation.REPLACE
Static value Replace for TagsPatchOperation.
|
| Modifier and Type | Method and Description |
|---|---|
static TagsPatchOperation |
TagsPatchOperation.fromString(String name)
Creates or finds a TagsPatchOperation from its string representation.
|
TagsPatchOperation |
TagsPatchResource.operation()
Get the operation type for the patch API.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TagsPatchOperation> |
TagsPatchOperation.values() |
| Modifier and Type | Method and Description |
|---|---|
TagsPatchResource |
TagsPatchResource.withOperation(TagsPatchOperation 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.
*/