ResourceConfiguration 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ResourceConfigurationTypeConverter))]
public class ResourceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |