Share via


JobBaseServices Class

Definition

List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.

[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()

Creates an new JobBaseServices instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IJobService)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobBaseServices.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobBaseServices.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of JobBaseServices into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

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