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

126 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.models.Time"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time"
name: "Time"
nameWithType: "Time"
summary: "The time for a scaling action to occur."
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 **Time**</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.desktopvirtualization.models.Time?alt=com.azure.resourcemanager.desktopvirtualization.models.Time&text=Time\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Time.Time()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.Time()"
name: "Time()"
nameWithType: "Time.Time()"
summary: "Creates an instance of Time class."
syntax: "public Time()"
desc: "Creates an instance of Time class."
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Time.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Time.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Time 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 Time fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Time from the JsonReader."
returns:
description: "An instance of Time if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.Time?alt=com.azure.resourcemanager.desktopvirtualization.models.Time&text=Time\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Time.hour()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.hour()"
name: "hour()"
nameWithType: "Time.hour()"
summary: "Get the hour property: The hour."
syntax: "public int hour()"
desc: "Get the hour property: The hour."
returns:
description: "the hour value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Time.minute()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.minute()"
name: "minute()"
nameWithType: "Time.minute()"
summary: "Get the minute property: The minute."
syntax: "public int minute()"
desc: "Get the minute property: The minute."
returns:
description: "the minute value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Time.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Time.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.desktopvirtualization.models.Time.validate()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.validate()"
name: "validate()"
nameWithType: "Time.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Time.withHour(int)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.withHour(int hour)"
name: "withHour(int hour)"
nameWithType: "Time.withHour(int hour)"
summary: "Set the hour property: The hour."
parameters:
- description: "the hour value to set."
name: "hour"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Time withHour(int hour)"
desc: "Set the hour property: The hour."
returns:
description: "the Time object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.Time?alt=com.azure.resourcemanager.desktopvirtualization.models.Time&text=Time\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Time.withMinute(int)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Time.withMinute(int minute)"
name: "withMinute(int minute)"
nameWithType: "Time.withMinute(int minute)"
summary: "Set the minute property: The minute."
parameters:
- description: "the minute value to set."
name: "minute"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Time withMinute(int minute)"
desc: "Set the minute property: The minute."
returns:
description: "the Time object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.Time?alt=com.azure.resourcemanager.desktopvirtualization.models.Time&text=Time\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The time for a scaling action to occur."
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.desktopvirtualization.models.Time?alt=com.azure.resourcemanager.desktopvirtualization.models.Time&text=Time\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.2.0