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

126 строки
8.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties"
name: "AutoPauseProperties"
nameWithType: "AutoPauseProperties"
summary: "Auto pause properties."
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 **AutoPauseProperties**</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.machinelearning.models.AutoPauseProperties?alt=com.azure.resourcemanager.machinelearning.models.AutoPauseProperties&text=AutoPauseProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.AutoPauseProperties()"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.AutoPauseProperties()"
name: "AutoPauseProperties()"
nameWithType: "AutoPauseProperties.AutoPauseProperties()"
summary: "Creates an instance of Auto<wbr>Pause<wbr>Properties class."
syntax: "public AutoPauseProperties()"
desc: "Creates an instance of AutoPauseProperties class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.delayInMinutes()"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.delayInMinutes()"
name: "delayInMinutes()"
nameWithType: "AutoPauseProperties.delayInMinutes()"
summary: "Get the delay<wbr>InMinutes property: The delay<wbr>InMinutes property."
syntax: "public Integer delayInMinutes()"
desc: "Get the delayInMinutes property: The delayInMinutes property."
returns:
description: "the delayInMinutes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.enabled()"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.enabled()"
name: "enabled()"
nameWithType: "AutoPauseProperties.enabled()"
summary: "Get the enabled property: The enabled property."
syntax: "public Boolean enabled()"
desc: "Get the enabled property: The enabled property."
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.machinelearning.models.AutoPauseProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AutoPauseProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Auto<wbr>Pause<wbr>Properties 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 AutoPauseProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the AutoPauseProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AutoPauseProperties from the JsonReader."
returns:
description: "An instance of AutoPauseProperties 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.machinelearning.models.AutoPauseProperties?alt=com.azure.resourcemanager.machinelearning.models.AutoPauseProperties&text=AutoPauseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AutoPauseProperties.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.machinelearning.models.AutoPauseProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.validate()"
name: "validate()"
nameWithType: "AutoPauseProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.withDelayInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.withDelayInMinutes(Integer delayInMinutes)"
name: "withDelayInMinutes(Integer delayInMinutes)"
nameWithType: "AutoPauseProperties.withDelayInMinutes(Integer delayInMinutes)"
summary: "Set the delay<wbr>InMinutes property: The delay<wbr>InMinutes property."
parameters:
- description: "the delayInMinutes value to set."
name: "delayInMinutes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public AutoPauseProperties withDelayInMinutes(Integer delayInMinutes)"
desc: "Set the delayInMinutes property: The delayInMinutes property."
returns:
description: "the AutoPauseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.AutoPauseProperties?alt=com.azure.resourcemanager.machinelearning.models.AutoPauseProperties&text=AutoPauseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.withEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearning.models.AutoPauseProperties.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "AutoPauseProperties.withEnabled(Boolean enabled)"
summary: "Set the enabled property: The enabled property."
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 AutoPauseProperties withEnabled(Boolean enabled)"
desc: "Set the enabled property: The enabled property."
returns:
description: "the AutoPauseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.AutoPauseProperties?alt=com.azure.resourcemanager.machinelearning.models.AutoPauseProperties&text=AutoPauseProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Auto pause properties."
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.machinelearning.models.AutoPauseProperties?alt=com.azure.resourcemanager.machinelearning.models.AutoPauseProperties&text=AutoPauseProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0