IDeploymentResourceConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DeploymentResourceConfigurationTypeConverter))]
public interface IDeploymentResourceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DeploymentResourceConfigurationTypeConverter))>]
type IDeploymentResourceConfiguration = interface
    interface IJsonSerializable
    interface IResourceConfiguration
Public Interface IDeploymentResourceConfiguration
Implements IResourceConfiguration
Derived
Attributes
Implements

Properties

InstanceCount

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

(Inherited from IResourceConfiguration)
InstanceType

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

(Inherited from IResourceConfiguration)
Property

Additional properties bag.

(Inherited from IResourceConfiguration)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to