Share via


JobBaseServices Class

Definition

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

Constructors

JobBaseServices()

Fields

__additionalProperties

Properties

Item[String]

Methods

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

Operators

Implicit(JobBaseServices to Dictionary<String,IJobService>)

Explicit Interface Implementations

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

Applies to