KubernetesSchema 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.
Kubernetes Compute Schema
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.KubernetesSchemaTypeConverter))]
public class KubernetesSchema : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesSchema
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.KubernetesSchemaTypeConverter))>]
type KubernetesSchema = class
interface IKubernetesSchema
interface IJsonSerializable
Public Class KubernetesSchema
Implements IKubernetesSchema
- Inheritance
-
KubernetesSchema
- Attributes
- Implements
Constructors
KubernetesSchema() |
Creates an new KubernetesSchema instance. |
Properties
DefaultInstanceType |
Default instance type |
ExtensionInstanceReleaseTrain |
Extension instance release train. |
ExtensionPrincipalId |
Extension principal-id. |
InstanceType |
Instance Type Schema |
Namespace |
Compute namespace |
RelayConnectionString |
Relay connection string. |
ServiceBusConnectionString |
ServiceBus connection string. |
VcName |
VC name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KubernetesSchema. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KubernetesSchema. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IKubernetesSchema. |
FromJsonString(String) |
Creates a new instance of KubernetesSchema, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KubernetesSchema into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |