89 строки
4.4 KiB
YAML
89 строки
4.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.containerservice.models.TimeSpan"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.TimeSpan"
|
|
name: "TimeSpan"
|
|
nameWithType: "TimeSpan"
|
|
summary: "A time range."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class TimeSpan"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.containerservice.models.TimeSpan.TimeSpan()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.TimeSpan.TimeSpan()"
|
|
name: "TimeSpan()"
|
|
nameWithType: "TimeSpan.TimeSpan()"
|
|
syntax: "public TimeSpan()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.containerservice.models.TimeSpan.end()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.TimeSpan.end()"
|
|
name: "end()"
|
|
nameWithType: "TimeSpan.end()"
|
|
summary: "Get the end property: The end of a time span."
|
|
syntax: "public OffsetDateTime end()"
|
|
desc: "Get the end property: The end of a time span."
|
|
returns:
|
|
description: "the end value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.TimeSpan.start()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.TimeSpan.start()"
|
|
name: "start()"
|
|
nameWithType: "TimeSpan.start()"
|
|
summary: "Get the start property: The start of a time span."
|
|
syntax: "public OffsetDateTime start()"
|
|
desc: "Get the start property: The start of a time span."
|
|
returns:
|
|
description: "the start value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.TimeSpan.validate()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.TimeSpan.validate()"
|
|
name: "validate()"
|
|
nameWithType: "TimeSpan.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.containerservice.models.TimeSpan.withEnd(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.TimeSpan.withEnd(OffsetDateTime end)"
|
|
name: "withEnd(OffsetDateTime end)"
|
|
nameWithType: "TimeSpan.withEnd(OffsetDateTime end)"
|
|
summary: "Set the end property: The end of a time span."
|
|
parameters:
|
|
- description: "the end value to set."
|
|
name: "end"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public TimeSpan withEnd(OffsetDateTime end)"
|
|
desc: "Set the end property: The end of a time span."
|
|
returns:
|
|
description: "the TimeSpan object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TimeSpan?alt=com.azure.resourcemanager.containerservice.models.TimeSpan&text=TimeSpan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.TimeSpan.withStart(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.TimeSpan.withStart(OffsetDateTime start)"
|
|
name: "withStart(OffsetDateTime start)"
|
|
nameWithType: "TimeSpan.withStart(OffsetDateTime start)"
|
|
summary: "Set the start property: The start of a time span."
|
|
parameters:
|
|
- description: "the start value to set."
|
|
name: "start"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public TimeSpan withStart(OffsetDateTime start)"
|
|
desc: "Set the start property: The start of a time span."
|
|
returns:
|
|
description: "the TimeSpan object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.TimeSpan?alt=com.azure.resourcemanager.containerservice.models.TimeSpan&text=TimeSpan\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A time range.\n\nFor example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.containerservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.18.0
|