InstancePoolUpdate Class
- java.
lang. Object - com.
microsoft. azure. management. sql. InstancePoolUpdate
- com.
public class InstancePoolUpdate
An update to an Instance pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, String> |
tags()
Get resource tags. |
Instance |
withTags(Map<String, String> tags)
Set resource tags. |
Method Details
tags
public Map
Get resource tags.
Returns:
the tags value
withTags
public InstancePoolUpdate withTags(Map
Set resource tags.
Parameters:
tags
- the tags value to set
Returns:
the InstancePoolUpdate object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java