Get-AksHciConfig
構文
Azure Kubernetes Service ホストの現在の構成設定を一覧表示します。
構文
Get-AksHciConfig | ConvertTo-Json
説明
Azure Kubernetes Service ホストの現在の構成設定を一覧表示します。
Get-AksHciConfig
を実行するときに ConvertTo-Json
コマンドレットを含めない場合、値は返されず、次のようになります。
名前 | 値 |
---|---|
MOC | {catalog, ipaddressprefix, cloudServiceCidr, deploymentType...} |
AksHci | {manifestCache, enableDiagnosticData, installationPackageDir, workingDir...} |
KVA | {catalog, vlanid, vnetvippoolend, ring...} |
ConvertTo-Json
が含まれている場合、構成値は JSON オブジェクトとして返されます。
例
例
Get-AksHciConfig | ConvertTo-Json