TagsPatchResource Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.TagsPatchResource

public class TagsPatchResource

Wrapper resource for tags patch API request only.

Constructor Summary

Constructor Description
TagsPatchResource()

Method Summary

Modifier and Type Method and Description
TagsPatchOperation operation()

Get the operation type for the patch API.

Tags properties()

Get the set of tags.

TagsPatchResource withOperation(TagsPatchOperation operation)

Set the operation type for the patch API.

TagsPatchResource withProperties(Tags properties)

Set the set of tags.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TagsPatchResource

public TagsPatchResource()

Method Details

operation

public TagsPatchOperation operation()

Get the operation type for the patch API. Possible values include: 'Replace', 'Merge', 'Delete'.

Returns:

the operation value

properties

public Tags properties()

Get the set of tags.

Returns:

the properties value

withOperation

public TagsPatchResource withOperation(TagsPatchOperation operation)

Set the operation type for the patch API. Possible values include: 'Replace', 'Merge', 'Delete'.

Parameters:

operation - the operation value to set

Returns:

the TagsPatchResource object itself.

withProperties

public TagsPatchResource withProperties(Tags properties)

Set the set of tags.

Parameters:

properties - the properties value to set

Returns:

the TagsPatchResource object itself.

Applies to