AzureSqlElasticJobAdapter.UpdateAgent(AzureSqlElasticJobAgentModel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates an existing agent
public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel UpdateAgent (Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel model);
member this.UpdateAgent : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel
Public Function UpdateAgent (model As AzureSqlElasticJobAgentModel) As AzureSqlElasticJobAgentModel
Parameters
The existing agent entity
Returns
The updated agent entity