azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.JobSchedule"
fullName: "com.microsoft.azure.management.sql.JobSchedule"
name: "JobSchedule"
nameWithType: "JobSchedule"
summary: "Scheduling properties of a job."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **JobSchedule**"
constructors:
- uid: "com.microsoft.azure.management.sql.JobSchedule.JobSchedule()"
fullName: "com.microsoft.azure.management.sql.JobSchedule.JobSchedule()"
name: "JobSchedule()"
nameWithType: "JobSchedule.JobSchedule()"
syntax: "public JobSchedule()"
methods:
- uid: "com.microsoft.azure.management.sql.JobSchedule.enabled()"
fullName: "com.microsoft.azure.management.sql.JobSchedule.enabled()"
name: "enabled()"
nameWithType: "JobSchedule.enabled()"
summary: "Get whether or not the schedule is enabled."
syntax: "public Boolean enabled()"
desc: "Get whether or not the schedule is enabled."
returns:
description: "the enabled value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.endTime()"
fullName: "com.microsoft.azure.management.sql.JobSchedule.endTime()"
name: "endTime()"
nameWithType: "JobSchedule.endTime()"
summary: "Get schedule end time."
syntax: "public DateTime endTime()"
desc: "Get schedule end time."
returns:
description: "the endTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.interval()"
fullName: "com.microsoft.azure.management.sql.JobSchedule.interval()"
name: "interval()"
nameWithType: "JobSchedule.interval()"
summary: "Get value of the schedule's recurring interval, if the schedule type is recurring."
syntax: "public String interval()"
desc: "Get value of the schedule's recurring interval, if the schedule type is recurring. ISO8601 duration format."
returns:
description: "the interval value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.startTime()"
fullName: "com.microsoft.azure.management.sql.JobSchedule.startTime()"
name: "startTime()"
nameWithType: "JobSchedule.startTime()"
summary: "Get schedule start time."
syntax: "public DateTime startTime()"
desc: "Get schedule start time."
returns:
description: "the startTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.type()"
fullName: "com.microsoft.azure.management.sql.JobSchedule.type()"
name: "type()"
nameWithType: "JobSchedule.type()"
summary: "Get schedule interval type."
syntax: "public JobScheduleType type()"
desc: "Get schedule interval type. Possible values include: 'Once', 'Recurring'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.management.sql.JobScheduleType?alt=com.microsoft.azure.management.sql.JobScheduleType&text=JobScheduleType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.withEnabled(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.sql.JobSchedule.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "JobSchedule.withEnabled(Boolean enabled)"
summary: "Set whether or not the schedule is enabled."
parameters:
- description: "the enabled value to set"
name: "enabled"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobSchedule withEnabled(Boolean enabled)"
desc: "Set whether or not the schedule is enabled."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobSchedule?alt=com.microsoft.azure.management.sql.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.withEndTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.sql.JobSchedule.withEndTime(DateTime endTime)"
name: "withEndTime(DateTime endTime)"
nameWithType: "JobSchedule.withEndTime(DateTime endTime)"
summary: "Set schedule end time."
parameters:
- description: "the endTime value to set"
name: "endTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobSchedule withEndTime(DateTime endTime)"
desc: "Set schedule end time."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobSchedule?alt=com.microsoft.azure.management.sql.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.withInterval(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.JobSchedule.withInterval(String interval)"
name: "withInterval(String interval)"
nameWithType: "JobSchedule.withInterval(String interval)"
summary: "Set value of the schedule's recurring interval, if the schedule type is recurring."
parameters:
- description: "the interval value to set"
name: "interval"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobSchedule withInterval(String interval)"
desc: "Set value of the schedule's recurring interval, if the schedule type is recurring. ISO8601 duration format."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobSchedule?alt=com.microsoft.azure.management.sql.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.withStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.sql.JobSchedule.withStartTime(DateTime startTime)"
name: "withStartTime(DateTime startTime)"
nameWithType: "JobSchedule.withStartTime(DateTime startTime)"
summary: "Set schedule start time."
parameters:
- description: "the startTime value to set"
name: "startTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobSchedule withStartTime(DateTime startTime)"
desc: "Set schedule start time."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobSchedule?alt=com.microsoft.azure.management.sql.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobSchedule.withType(com.microsoft.azure.management.sql.JobScheduleType)"
fullName: "com.microsoft.azure.management.sql.JobSchedule.withType(JobScheduleType type)"
name: "withType(JobScheduleType type)"
nameWithType: "JobSchedule.withType(JobScheduleType type)"
summary: "Set schedule interval type."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.management.sql.JobScheduleType?alt=com.microsoft.azure.management.sql.JobScheduleType&text=JobScheduleType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobSchedule withType(JobScheduleType type)"
desc: "Set schedule interval type. Possible values include: 'Once', 'Recurring'."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobSchedule?alt=com.microsoft.azure.management.sql.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Scheduling properties of a job."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4