azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

198 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.JobSchedule"
fullName: "com.azure.resourcemanager.sql.models.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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **JobSchedule**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.JobSchedule()"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.JobSchedule()"
name: "JobSchedule()"
nameWithType: "JobSchedule.JobSchedule()"
summary: "Creates an instance of Job<wbr>Schedule class."
syntax: "public JobSchedule()"
desc: "Creates an instance of JobSchedule class."
methods:
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.enabled()"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.enabled()"
name: "enabled()"
nameWithType: "JobSchedule.enabled()"
summary: "Get the enabled property: Whether or not the schedule is enabled."
syntax: "public Boolean enabled()"
desc: "Get the enabled property: Whether or not the schedule is enabled."
returns:
description: "the enabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.endTime()"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.endTime()"
name: "endTime()"
nameWithType: "JobSchedule.endTime()"
summary: "Get the end<wbr>Time property: Schedule end time."
syntax: "public OffsetDateTime endTime()"
desc: "Get the endTime property: Schedule end time."
returns:
description: "the endTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "JobSchedule.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Job<wbr>Schedule from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static JobSchedule fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the JobSchedule."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of JobSchedule from the JsonReader."
returns:
description: "An instance of JobSchedule if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.interval()"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.interval()"
name: "interval()"
nameWithType: "JobSchedule.interval()"
summary: "Get the interval property: Value of the schedule's recurring interval, if the Schedule<wbr>Type is recurring."
syntax: "public String interval()"
desc: "Get the interval property: Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format."
returns:
description: "the interval value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.startTime()"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.startTime()"
name: "startTime()"
nameWithType: "JobSchedule.startTime()"
summary: "Get the start<wbr>Time property: Schedule start time."
syntax: "public OffsetDateTime startTime()"
desc: "Get the startTime property: Schedule start time."
returns:
description: "the startTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "JobSchedule.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.type()"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.type()"
name: "type()"
nameWithType: "JobSchedule.type()"
summary: "Get the type property: Schedule interval type."
syntax: "public JobScheduleType type()"
desc: "Get the type property: Schedule interval type."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobScheduleType?alt=com.azure.resourcemanager.sql.models.JobScheduleType&text=JobScheduleType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.validate()"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.validate()"
name: "validate()"
nameWithType: "JobSchedule.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.withEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "JobSchedule.withEnabled(Boolean enabled)"
summary: "Set the enabled property: Whether or not the schedule is enabled."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public JobSchedule withEnabled(Boolean enabled)"
desc: "Set the enabled property: Whether or not the schedule is enabled."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.withEndTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.withEndTime(OffsetDateTime endTime)"
name: "withEndTime(OffsetDateTime endTime)"
nameWithType: "JobSchedule.withEndTime(OffsetDateTime endTime)"
summary: "Set the end<wbr>Time property: Schedule end time."
parameters:
- description: "the endTime value to set."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public JobSchedule withEndTime(OffsetDateTime endTime)"
desc: "Set the endTime property: Schedule end time."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.withInterval(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.withInterval(String interval)"
name: "withInterval(String interval)"
nameWithType: "JobSchedule.withInterval(String interval)"
summary: "Set the interval property: Value of the schedule's recurring interval, if the Schedule<wbr>Type is recurring."
parameters:
- description: "the interval value to set."
name: "interval"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobSchedule withInterval(String interval)"
desc: "Set the interval property: Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.withStartTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.withStartTime(OffsetDateTime startTime)"
name: "withStartTime(OffsetDateTime startTime)"
nameWithType: "JobSchedule.withStartTime(OffsetDateTime startTime)"
summary: "Set the start<wbr>Time property: Schedule start time."
parameters:
- description: "the startTime value to set."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public JobSchedule withStartTime(OffsetDateTime startTime)"
desc: "Set the startTime property: Schedule start time."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobSchedule.withType(com.azure.resourcemanager.sql.models.JobScheduleType)"
fullName: "com.azure.resourcemanager.sql.models.JobSchedule.withType(JobScheduleType type)"
name: "withType(JobScheduleType type)"
nameWithType: "JobSchedule.withType(JobScheduleType type)"
summary: "Set the type property: Schedule interval type."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobScheduleType?alt=com.azure.resourcemanager.sql.models.JobScheduleType&text=JobScheduleType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobSchedule withType(JobScheduleType type)"
desc: "Set the type property: Schedule interval type."
returns:
description: "the JobSchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Scheduling properties of a job."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.JobSchedule?alt=com.azure.resourcemanager.sql.models.JobSchedule&text=JobSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.42.0