KubernetesPropertiesInstanceTypes 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.
Instance Type Schema
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.KubernetesPropertiesInstanceTypesTypeConverter))]
public class KubernetesPropertiesInstanceTypes : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesPropertiesInstanceTypes, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IInstanceTypeSchema>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.KubernetesPropertiesInstanceTypesTypeConverter))>]
type KubernetesPropertiesInstanceTypes = class
interface IKubernetesPropertiesInstanceTypes
interface IJsonSerializable
interface IAssociativeArray<IInstanceTypeSchema>
Public Class KubernetesPropertiesInstanceTypes
Implements IAssociativeArray(Of IInstanceTypeSchema), IKubernetesPropertiesInstanceTypes
- Inheritance
-
KubernetesPropertiesInstanceTypes
- Attributes
- Implements
Constructors
KubernetesPropertiesInstanceTypes() |
Creates an new KubernetesPropertiesInstanceTypes instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IInstanceTypeSchema) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesPropertiesInstanceTypes. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesPropertiesInstanceTypes. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesPropertiesInstanceTypes. |
FromJsonString(String) |
Creates a new instance of KubernetesPropertiesInstanceTypes, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesPropertiesInstanceTypes into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IInstanceTypeSchema) |
Operators
Implicit(KubernetesPropertiesInstanceTypes to Dictionary<String,IInstanceTypeSchema>) |
Explicit Interface Implementations
IAssociativeArray<IInstanceTypeSchema>.AdditionalProperties | |
IAssociativeArray<IInstanceTypeSchema>.Count | |
IAssociativeArray<IInstanceTypeSchema>.Keys | |
IAssociativeArray<IInstanceTypeSchema>.Values |