AutoPauseProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Auto pause properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoPausePropertiesTypeConverter))]
public class AutoPauseProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoPauseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoPausePropertiesTypeConverter))>]
type AutoPauseProperties = class
interface IAutoPauseProperties
interface IJsonSerializable
Public Class AutoPauseProperties
Implements IAutoPauseProperties
- Inheritance
-
AutoPauseProperties
- Attributes
- Implements
Constructors
AutoPauseProperties() |
Creates an new AutoPauseProperties instance. |
Properties
DelayInMinute | |
Enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutoPauseProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutoPauseProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoPauseProperties. |
FromJsonString(String) |
Creates a new instance of AutoPauseProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutoPauseProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |