JobAgentUpdate Class
- java.
lang. Object - com.
microsoft. azure. management. sql. JobAgentUpdate
- com.
public class JobAgentUpdate
An update to an Azure SQL job agent.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, String> |
tags()
Get resource tags. |
Job |
withTags(Map<String, String> tags)
Set resource tags. |
Method Details
tags
public Map
Get resource tags.
Returns:
the tags value
withTags
public JobAgentUpdate withTags(Map
Set resource tags.
Parameters:
tags
- the tags value to set
Returns:
the JobAgentUpdate 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