MachineLearningKubernetesProperties Class

Definition

Kubernetes properties.

public class MachineLearningKubernetesProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningKubernetesProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningKubernetesProperties>
public class MachineLearningKubernetesProperties
type MachineLearningKubernetesProperties = class
    interface IJsonModel<MachineLearningKubernetesProperties>
    interface IPersistableModel<MachineLearningKubernetesProperties>
type MachineLearningKubernetesProperties = class
Public Class MachineLearningKubernetesProperties
Implements IJsonModel(Of MachineLearningKubernetesProperties), IPersistableModel(Of MachineLearningKubernetesProperties)
Public Class MachineLearningKubernetesProperties
Inheritance
MachineLearningKubernetesProperties
Implements

Constructors

MachineLearningKubernetesProperties()

Initializes a new instance of MachineLearningKubernetesProperties.

Properties

DefaultInstanceType

Default instance type.

ExtensionInstanceReleaseTrain

Extension instance release train.

ExtensionPrincipalId

Extension principal-id.

InstanceTypes

Instance Type Schema.

Namespace

Compute namespace.

RelayConnectionString

Relay connection string.

ServiceBusConnectionString

ServiceBus connection string.

VcName

VC name.

Explicit Interface Implementations

IJsonModel<MachineLearningKubernetesProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningKubernetesProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningKubernetesProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningKubernetesProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningKubernetesProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to