AcsClusterProperties 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.
Information about the container service backing the cluster.
public class AcsClusterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties>
type AcsClusterProperties = class
interface IJsonModel<AcsClusterProperties>
interface IPersistableModel<AcsClusterProperties>
Public Class AcsClusterProperties
Implements IJsonModel(Of AcsClusterProperties), IPersistableModel(Of AcsClusterProperties)
- Inheritance
-
AcsClusterProperties
- Implements
Constructors
AcsClusterProperties(OrchestratorType) |
Initializes a new instance of AcsClusterProperties. |
Properties
AgentCount |
The number of agent nodes in the Container Service. This can be changed to scale the cluster. |
AgentVmSize |
The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes. |
ClusterFqdn |
The FQDN of the cluster. |
MasterCount |
The number of master nodes in the container service. |
OrchestratorServicePrincipal |
The Azure Service Principal used by Kubernetes. |
OrchestratorType |
Type of orchestrator. It cannot be changed once the cluster is created. |
SystemServices |
The system services deployed to the cluster. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AcsClusterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AcsClusterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AcsClusterProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AcsClusterProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AcsClusterProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET