AzureSqlElasticJobAdapter.UpsertJobCredential 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.
Upserts an elastic job credential to the control database
public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel UpsertJobCredential (Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel model);
member this.UpsertJobCredential : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel
Public Function UpsertJobCredential (model As AzureSqlElasticJobCredentialModel) As AzureSqlElasticJobCredentialModel
Parameters
The job credential object
Returns
The job credential object