你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSqlElasticJobModel Class
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.
public class AzureSqlElasticJobModel : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobBaseModel
type AzureSqlElasticJobModel = class
inherit AzureSqlElasticJobBaseModel
Public Class AzureSqlElasticJobModel
Inherits AzureSqlElasticJobBaseModel
- Inheritance
Constructors
AzureSqlElasticJobModel() |
Properties
AgentName |
Gets or sets the agent name (Inherited from AzureSqlElasticJobsBaseModel) |
Description |
Gets or sets the description of the job |
Enabled |
Gets or sets the job's enabled value. |
EndTime |
Gets or sets the job schedule end time |
Interval |
Gets or sets the job's schedule interval value. |
JobName |
Gets or sets the job name (Inherited from AzureSqlElasticJobBaseModel) |
ResourceGroupName |
Gets or sets the name of the resource group name (Inherited from AzureSqlElasticJobsBaseModel) |
ResourceId |
Gets or sets the resource id (Inherited from AzureSqlElasticJobsBaseModel) |
ScheduleType |
Gets or sets the job schedule type - Once or Recurring |
ServerName |
Gets or sets the server name (Inherited from AzureSqlElasticJobsBaseModel) |
StartTime |
Gets or sets the job schedule start time |
Type |
Gets or sets the resource typ (Inherited from AzureSqlElasticJobsBaseModel) |
Version |
Gets or sets the job version |