你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JobBaseServices 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.
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.Api20240401.JobBaseServicesTypeConverter))]
public class JobBaseServices : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseServices, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobService>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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 |