你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
MachineLearningAksComputeProperties()

Initializes a new instance of MachineLearningAksComputeProperties.

Properties

Name Description
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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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