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

91 строка
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties"
fullName: "com.azure.resourcemanager.machinelearningservices.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**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties.AutoPauseProperties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties.AutoPauseProperties()"
name: "AutoPauseProperties()"
nameWithType: "AutoPauseProperties.AutoPauseProperties()"
syntax: "public AutoPauseProperties()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties.delayInMinutes()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.AutoPauseProperties.enabled()"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.AutoPauseProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties.validate()"
name: "validate()"
nameWithType: "AutoPauseProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties.withDelayInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.AutoPauseProperties?alt=com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties&text=AutoPauseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties.withEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.models.AutoPauseProperties?alt=com.azure.resourcemanager.machinelearningservices.models.AutoPauseProperties&text=AutoPauseProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Auto pause properties."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1