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

SweepJobInputs Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SweepJobInputsTypeConverter))]
public class SweepJobInputs : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISweepJobInputs, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobInput>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SweepJobInputsTypeConverter))>]
type SweepJobInputs = class
    interface ISweepJobInputs
    interface IJsonSerializable
    interface IAssociativeArray<IJobInput>
Public Class SweepJobInputs
Implements IAssociativeArray(Of IJobInput), ISweepJobInputs
Inheritance
SweepJobInputs
Attributes
Implements

Constructors

SweepJobInputs()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IJobInput)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
TryGetValue(String, IJobInput)

Operators

Implicit(SweepJobInputs to Dictionary<String,IJobInput>)

Explicit Interface Implementations

IAssociativeArray<IJobInput>.AdditionalProperties
IAssociativeArray<IJobInput>.Count
IAssociativeArray<IJobInput>.Keys
IAssociativeArray<IJobInput>.Values

Applies to