### 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:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
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 delayInMinutes property: The delayInMinutes property."
syntax: "public Integer delayInMinutes()"
desc: "Get the delayInMinutes property: The delayInMinutes property."
returns:
description: "the delayInMinutes value."
type: "Integer"
- 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: "Boolean"
- 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 delayInMinutes property: The delayInMinutes property."
parameters:
- description: "the delayInMinutes value to set."
name: "delayInMinutes"
type: "Integer"
syntax: "public AutoPauseProperties withDelayInMinutes(Integer delayInMinutes)"
desc: "Set the delayInMinutes property: The delayInMinutes property."
returns:
description: "the AutoPauseProperties object itself."
type: ""
- 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: "Boolean"
syntax: "public AutoPauseProperties withEnabled(Boolean enabled)"
desc: "Set the enabled property: The enabled property."
returns:
description: "the AutoPauseProperties object itself."
type: ""
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