JobAgentUpdate Class

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

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.

JobAgentUpdate withTags(Map<String, String> tags)

Set resource tags.

Method Details

tags

public Map tags()

Get resource tags.

Returns:

the tags value

withTags

public JobAgentUpdate withTags(Map tags)

Set resource tags.

Parameters:

tags - the tags value to set

Returns:

the JobAgentUpdate object itself.

Applies to