AzureSqlElasticJobAdapter.CreateJobModelFromResponse 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.
Converts a Job model to an AzureSqlElasticJobModel
public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel CreateJobModelFromResponse (string resourceGroupName, string serverName, string agentName, Microsoft.Azure.Management.Sql.Models.Job resp);
member this.CreateJobModelFromResponse : string * string * string * Microsoft.Azure.Management.Sql.Models.Job -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel
Public Function CreateJobModelFromResponse (resourceGroupName As String, serverName As String, agentName As String, resp As Job) As AzureSqlElasticJobModel
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
- resp
- Job
The Job model
Returns
An AzureSqlElasticJobModel