DeploymentResourceConfiguration Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DeploymentResourceConfigurationTypeConverter))]
public class DeploymentResourceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDeploymentResourceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DeploymentResourceConfigurationTypeConverter))>]
type DeploymentResourceConfiguration = class
    interface IDeploymentResourceConfiguration
    interface IJsonSerializable
    interface IResourceConfiguration
    interface IValidates
Public Class DeploymentResourceConfiguration
Implements IDeploymentResourceConfiguration, IValidates
Inheritance
DeploymentResourceConfiguration
Attributes
Implements

Constructors

DeploymentResourceConfiguration()

Creates an new DeploymentResourceConfiguration instance.

Properties

InstanceCount

Optional number of instances or nodes used by the compute target.

InstanceType

Optional type of VM used as supported by the compute target.

Property

Additional properties bag.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentResourceConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentResourceConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDeploymentResourceConfiguration.

FromJsonString(String)

Creates a new instance of DeploymentResourceConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentResourceConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to