Поделиться через


AzureSqlElasticJobAdapter.CreateJobModelFromResponse Method

Definition

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

Applies to