UpdateResource Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.UpdateResource

public class UpdateResource

Represents an update resource.

Constructor Summary

Constructor Description
UpdateResource()

Creates an instance of UpdateResource class.

Method Summary

Modifier and Type Method and Description
Map<String,String> tags()

Get the tags property: The tags of the resource.

void validate()

Validates the instance.

UpdateResource withTags(Map<String,String> tags)

Set the tags property: The tags of the resource.

Methods inherited from java.lang.Object

Constructor Details

UpdateResource

public UpdateResource()

Creates an instance of UpdateResource class.

Method Details

tags

public Map tags()

Get the tags property: The tags of the resource.

Returns:

the tags value.

validate

public void validate()

Validates the instance.

withTags

public UpdateResource withTags(Map tags)

Set the tags property: The tags of the resource.

Parameters:

tags - the tags value to set.

Returns:

the UpdateResource object itself.

Applies to