Delen via


AutoPauseProperties Class

Definition

Auto pause properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AutoPausePropertiesTypeConverter))]
public class AutoPauseProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAutoPauseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.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.Api20220501.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()

Applies to