TagsPatchResource Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.TagsPatchResource

public final class TagsPatchResource

Wrapper resource for tags patch API request only.

Constructor Summary

Constructor Description
TagsPatchResource()

Creates an instance of TagsPatchResource class.

Method Summary

Modifier and Type Method and Description
TagsPatchOperation operation()

Get the operation property: The operation type for the patch API.

Tags properties()

Get the properties property: The set of tags.

void validate()

Validates the instance.

TagsPatchResource withOperation(TagsPatchOperation operation)

Set the operation property: The operation type for the patch API.

TagsPatchResource withProperties(Tags properties)

Set the properties property: The set of tags.

Methods inherited from java.lang.Object

Constructor Details

TagsPatchResource

public TagsPatchResource()

Creates an instance of TagsPatchResource class.

Method Details

operation

public TagsPatchOperation operation()

Get the operation property: The operation type for the patch API.

Returns:

the operation value.

properties

public Tags properties()

Get the properties property: The set of tags.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withOperation

public TagsPatchResource withOperation(TagsPatchOperation operation)

Set the operation property: The operation type for the patch API.

Parameters:

operation - the operation value to set.

Returns:

the TagsPatchResource object itself.

withProperties

public TagsPatchResource withProperties(Tags properties)

Set the properties property: The set of tags.

Parameters:

properties - the properties value to set.

Returns:

the TagsPatchResource object itself.

Applies to