AcsClusterProperties クラス

定義

クラスターをバックアップするコンテナー サービスに関する情報。

public class AcsClusterProperties
type AcsClusterProperties = class
Public Class AcsClusterProperties
継承
AcsClusterProperties

コンストラクター

AcsClusterProperties(OrchestratorType)

AcsClusterProperties の新しいインスタンスを初期化します。

プロパティ

AgentCount

コンテナー サービス内のエージェント ノードの数。 これは、クラスターをスケーリングするように変更できます。

AgentVmSize

エージェント VM ノードの Azure VM サイズ。 これは、クラスターを作成した後は変更できません。 このリストは完全ではありません。可能な VM サイズについては を https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes 参照してください。

ClusterFqdn

クラスターの FQDN。

MasterCount

コンテナー サービス内のマスター ノードの数。

OrchestratorServicePrincipal

Kubernetes によって使用される Azure サービス プリンシパル。

OrchestratorType

オーケストレーターの種類。 クラスターを作成した後は変更できません。

SystemServices

クラスターにデプロイされたシステム サービス。

適用対象