InstancePoolUpdate Class

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

public class InstancePoolUpdate

An update to an Instance pool.

Constructor Summary

Constructor Description
InstancePoolUpdate()

Method Summary

Modifier and Type Method and Description
java.util.Map<java.lang.String,java.lang.String> tags()

Get resource tags.

InstancePoolUpdate withTags(Map<String,String> tags)

Set resource 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

InstancePoolUpdate

public InstancePoolUpdate()

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