InstancePoolUpdate Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.InstancePoolUpdate

public class InstancePoolUpdate

An update to an Instance pool.

Method Summary

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

Get resource tags.

InstancePoolUpdate withTags(Map<String, String> tags)

Set resource tags.

Method Details

tags

public Map tags()

Get resource tags.

Returns:

the tags value

withTags

public InstancePoolUpdate withTags(Map tags)

Set resource tags.

Parameters:

tags - the tags value to set

Returns:

the InstancePoolUpdate object itself.

Applies to