| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models 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 property: The operation type for the patch API.
|
| Modifier and Type | Method and Description |
|---|---|
TagsPatchResource |
TagsPatchResource.withOperation(TagsPatchOperation operation)
Set the operation property: The operation type for the patch API.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.