MachineLearningAksComputeProperties Class

Definition

AKS properties.

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

Constructors

MachineLearningAksComputeProperties()

Initializes a new instance of MachineLearningAksComputeProperties.

Properties

AgentCount

Number of agents.

AgentVmSize

Agent virtual machine size.

AksNetworkingConfiguration

AKS networking configuration for vnet.

ClusterFqdn

Cluster full qualified domain name.

ClusterPurpose

Intended usage of the cluster.

LoadBalancerSubnet

Load Balancer Subnet.

LoadBalancerType

Load Balancer Type.

SslConfiguration

SSL configuration.

SystemServices

System services.

Explicit Interface Implementations

IJsonModel<MachineLearningAksComputeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningAksComputeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningAksComputeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAksComputeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningAksComputeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to