你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceConfiguration Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ResourceConfigurationTypeConverter))]
public class ResourceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IResourceConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ResourceConfigurationTypeConverter))>]
type ResourceConfiguration = class
    interface IResourceConfiguration
    interface IJsonSerializable
Public Class ResourceConfiguration
Implements IResourceConfiguration
Inheritance
ResourceConfiguration
Attributes
Implements

Constructors

ResourceConfiguration()

Creates an new ResourceConfiguration 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 ResourceConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IResourceConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to