ManagedClustersOperations interface

ManagedClusters 操作を表すインターフェイス。

プロパティ

abortLatestOperation

マネージドクラスターで現在実行中の操作を中止します。 マネージドクラスターはキャンセル状態に移行し、キャンセルが完了すると最終的にキャンセル状態に移行します。 キャンセルが行われる前に操作が完了すると、409 エラー コードが返されます。

beginAbortLatestOperation
beginAbortLatestOperationAndWait
beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginResetAADProfile
beginResetAADProfileAndWait
beginResetServicePrincipalProfile
beginResetServicePrincipalProfileAndWait
beginRotateClusterCertificates
beginRotateClusterCertificatesAndWait
beginRotateServiceAccountSigningKeys
beginRotateServiceAccountSigningKeysAndWait
beginRunCommand
beginRunCommandAndWait
beginStart
beginStartAndWait
beginStop
beginStopAndWait
beginUpdateTags
beginUpdateTagsAndWait
createOrUpdate

マネージドクラスターを作成または更新します。

delete

マネージドクラスターを削除します。

get

マネージドクラスターを取得します。

getAccessProfile

警告: この API は非推奨になります。 代わりに、 ListClusterUserCredentials または ListClusterAdminCredentials を使用します。

getCommandResult

管理対象クラスタで実行されたコマンドの結果を取得します。

getMeshRevisionProfile

サポートされているリビジョン、クラスターの互換性、利用可能なアップグレードなど、リビジョンに関する追加のメタデータが含まれています

getMeshUpgradeProfile

クラスタ内のサービス メッシュで使用可能なアップグレードを取得します。

getUpgradeProfile

マネージド クラスターのアップグレード プロファイルを取得します。

list

指定したサブスクリプション内のマネージド クラスターの一覧を取得します。

listByResourceGroup

指定したサブスクリプションとリソース グループ内のマネージド クラスターを一覧表示します。

listClusterAdminCredentials

マネージドクラスターの管理者資格情報を一覧表示します。

listClusterMonitoringUserCredentials

マネージドクラスターのクラスター監視ユーザー資格情報を一覧表示します。

listClusterUserCredentials

管理対象クラスターのユーザー資格情報を一覧表示します。

listKubernetesVersions

サポートされているパッチ バージョン、機能、利用可能なアップグレード、バージョンのプレビュー ステータスの詳細など、バージョンに関する追加のメタデータが含まれます

listMeshRevisionProfiles

サポートされているリビジョン、クラスターの互換性、利用可能なアップグレードなど、各リビジョンの追加メタデータが含まれます

listMeshUpgradeProfiles

特定のクラスタ内のすべてのサービスメッシュで利用可能なアップグレードを一覧表示します。

listOutboundNetworkDependenciesEndpoints

指定したマネージドクラスター内のエグレスエンドポイント(すべての送信依存関係のネットワークエンドポイント)のリストを取得します。 この操作は、各エグレス エンドポイントのプロパティを返します。

resetAADProfile

警告: この API は非推奨になります。 AKS管理Azure Active Directory統合をご覧いただき、AKS管理のAzure ADでクラスタを更新してください。

resetServicePrincipalProfile

このアクションは、サービス プリンシパルを使用していないクラスターでは実行できません

rotateClusterCertificates

マネージドクラスター証明書のローテーションの詳細については、「 証明書のローテーション」 を参照してください。

rotateServiceAccountSigningKeys

マネージドクラスターのサービスアカウント署名キーをローテーションします。

runCommand

AKS は、コマンドを実行するためのポッドを作成します。 これは主にプライベートクラスターに役立ちます。 詳細については、「 AKS 実行コマンド」を参照してください。

start

クラスターの開始の詳細については、「 クラスターの開始」 を参照してください。

stop

これは、仮想マシン スケール セットに基づくクラスター Azureでのみ実行できます。 クラスターを停止すると、すべてのオブジェクトとクラスターの状態を維持しながら、コントロール プレーンとエージェント ノードが完全に停止します。 クラスターが停止している間は、料金は発生しません。 クラスターの停止の詳細については、「 クラスターの停止 」を参照してください。

updateTags

マネージドクラスターのタグを更新します。

プロパティの詳細

abortLatestOperation

マネージドクラスターで現在実行中の操作を中止します。 マネージドクラスターはキャンセル状態に移行し、キャンセルが完了すると最終的にキャンセル状態に移行します。 キャンセルが行われる前に操作が完了すると、409 エラー コードが返されます。

abortLatestOperation: (resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams) => PollerLike<OperationState<void>, void>

beginAbortLatestOperation

警告

この API は非推奨になりました。

use abortLatestOperation instead

beginAbortLatestOperation: (resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginAbortLatestOperationAndWait

警告

この API は非推奨になりました。

use abortLatestOperation instead

beginAbortLatestOperationAndWait: (resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersAbortLatestOperationOptionalParams) => Promise<void>

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => Promise<ManagedCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => Promise<ManagedCluster>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, resourceName: string, options?: ManagedClustersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, resourceName: string, options?: ManagedClustersDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersDeleteOptionalParams) => Promise<void>

beginResetAADProfile

警告

この API は非推奨になりました。

use resetAADProfile instead

beginResetAADProfile: (resourceGroupName: string, resourceName: string, parameters: ManagedClusterAADProfile, options?: ManagedClustersResetAADProfileOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedClusterAADProfile, options?: ManagedClustersResetAADProfileOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginResetAADProfileAndWait

警告

この API は非推奨になりました。

use resetAADProfile instead

beginResetAADProfileAndWait: (resourceGroupName: string, resourceName: string, parameters: ManagedClusterAADProfile, options?: ManagedClustersResetAADProfileOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedClusterAADProfile, options?: ManagedClustersResetAADProfileOptionalParams) => Promise<void>

beginResetServicePrincipalProfile

警告

この API は非推奨になりました。

use resetServicePrincipalProfile instead

beginResetServicePrincipalProfile: (resourceGroupName: string, resourceName: string, parameters: ManagedClusterServicePrincipalProfile, options?: ManagedClustersResetServicePrincipalProfileOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedClusterServicePrincipalProfile, options?: ManagedClustersResetServicePrincipalProfileOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginResetServicePrincipalProfileAndWait

警告

この API は非推奨になりました。

use resetServicePrincipalProfile instead

beginResetServicePrincipalProfileAndWait: (resourceGroupName: string, resourceName: string, parameters: ManagedClusterServicePrincipalProfile, options?: ManagedClustersResetServicePrincipalProfileOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedClusterServicePrincipalProfile, options?: ManagedClustersResetServicePrincipalProfileOptionalParams) => Promise<void>

beginRotateClusterCertificates

警告

この API は非推奨になりました。

use rotateClusterCertificates instead

beginRotateClusterCertificates: (resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateClusterCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateClusterCertificatesOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginRotateClusterCertificatesAndWait

警告

この API は非推奨になりました。

use rotateClusterCertificates instead

beginRotateClusterCertificatesAndWait: (resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateClusterCertificatesOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateClusterCertificatesOptionalParams) => Promise<void>

beginRotateServiceAccountSigningKeys

警告

この API は非推奨になりました。

use rotateServiceAccountSigningKeys instead

beginRotateServiceAccountSigningKeys: (resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateServiceAccountSigningKeysOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateServiceAccountSigningKeysOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginRotateServiceAccountSigningKeysAndWait

警告

この API は非推奨になりました。

use rotateServiceAccountSigningKeys instead

beginRotateServiceAccountSigningKeysAndWait: (resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateServiceAccountSigningKeysOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateServiceAccountSigningKeysOptionalParams) => Promise<void>

beginRunCommand

警告

この API は非推奨になりました。

use runCommand instead

beginRunCommand: (resourceGroupName: string, resourceName: string, requestPayload: RunCommandRequest, options?: ManagedClustersRunCommandOptionalParams) => Promise<SimplePollerLike<OperationState<RunCommandResult>, RunCommandResult>>

プロパティ値

(resourceGroupName: string, resourceName: string, requestPayload: RunCommandRequest, options?: ManagedClustersRunCommandOptionalParams) => Promise<SimplePollerLike<OperationState<RunCommandResult>, RunCommandResult>>

beginRunCommandAndWait

警告

この API は非推奨になりました。

use runCommand instead

beginRunCommandAndWait: (resourceGroupName: string, resourceName: string, requestPayload: RunCommandRequest, options?: ManagedClustersRunCommandOptionalParams) => Promise<RunCommandResult>

プロパティ値

(resourceGroupName: string, resourceName: string, requestPayload: RunCommandRequest, options?: ManagedClustersRunCommandOptionalParams) => Promise<RunCommandResult>

beginStart

警告

この API は非推奨になりました。

use start instead

beginStart: (resourceGroupName: string, resourceName: string, options?: ManagedClustersStartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersStartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginStartAndWait

警告

この API は非推奨になりました。

use start instead

beginStartAndWait: (resourceGroupName: string, resourceName: string, options?: ManagedClustersStartOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersStartOptionalParams) => Promise<void>

beginStop

警告

この API は非推奨になりました。

use stop instead

beginStop: (resourceGroupName: string, resourceName: string, options?: ManagedClustersStopOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersStopOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginStopAndWait

警告

この API は非推奨になりました。

use stop instead

beginStopAndWait: (resourceGroupName: string, resourceName: string, options?: ManagedClustersStopOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersStopOptionalParams) => Promise<void>

beginUpdateTags

警告

この API は非推奨になりました。

use updateTags instead

beginUpdateTags: (resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClustersUpdateTagsOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClustersUpdateTagsOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

beginUpdateTagsAndWait

警告

この API は非推奨になりました。

use updateTags instead

beginUpdateTagsAndWait: (resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClustersUpdateTagsOptionalParams) => Promise<ManagedCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClustersUpdateTagsOptionalParams) => Promise<ManagedCluster>

createOrUpdate

マネージドクラスターを作成または更新します。

createOrUpdate: (resourceGroupName: string, resourceName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

delete

マネージドクラスターを削除します。

delete: (resourceGroupName: string, resourceName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

マネージドクラスターを取得します。

get: (resourceGroupName: string, resourceName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>

getAccessProfile

警告: この API は非推奨になります。 代わりに、 ListClusterUserCredentials または ListClusterAdminCredentials を使用します。

getAccessProfile: (resourceGroupName: string, resourceName: string, roleName: string, options?: ManagedClustersGetAccessProfileOptionalParams) => Promise<ManagedClusterAccessProfile>

プロパティ値

(resourceGroupName: string, resourceName: string, roleName: string, options?: ManagedClustersGetAccessProfileOptionalParams) => Promise<ManagedClusterAccessProfile>

getCommandResult

管理対象クラスタで実行されたコマンドの結果を取得します。

getCommandResult: (resourceGroupName: string, resourceName: string, commandId: string, options?: ManagedClustersGetCommandResultOptionalParams) => Promise<RunCommandResult>

プロパティ値

(resourceGroupName: string, resourceName: string, commandId: string, options?: ManagedClustersGetCommandResultOptionalParams) => Promise<RunCommandResult>

getMeshRevisionProfile

サポートされているリビジョン、クラスターの互換性、利用可能なアップグレードなど、リビジョンに関する追加のメタデータが含まれています

getMeshRevisionProfile: (location: string, mode: string, options?: ManagedClustersGetMeshRevisionProfileOptionalParams) => Promise<MeshRevisionProfile>

プロパティ値

(location: string, mode: string, options?: ManagedClustersGetMeshRevisionProfileOptionalParams) => Promise<MeshRevisionProfile>

getMeshUpgradeProfile

クラスタ内のサービス メッシュで使用可能なアップグレードを取得します。

getMeshUpgradeProfile: (resourceGroupName: string, resourceName: string, mode: string, options?: ManagedClustersGetMeshUpgradeProfileOptionalParams) => Promise<MeshUpgradeProfile>

プロパティ値

(resourceGroupName: string, resourceName: string, mode: string, options?: ManagedClustersGetMeshUpgradeProfileOptionalParams) => Promise<MeshUpgradeProfile>

getUpgradeProfile

マネージド クラスターのアップグレード プロファイルを取得します。

getUpgradeProfile: (resourceGroupName: string, resourceName: string, options?: ManagedClustersGetUpgradeProfileOptionalParams) => Promise<ManagedClusterUpgradeProfile>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersGetUpgradeProfileOptionalParams) => Promise<ManagedClusterUpgradeProfile>

list

指定したサブスクリプション内のマネージド クラスターの一覧を取得します。

list: (options?: ManagedClustersListOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

プロパティ値

(options?: ManagedClustersListOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

listByResourceGroup

指定したサブスクリプションとリソース グループ内のマネージド クラスターを一覧表示します。

listByResourceGroup: (resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

listClusterAdminCredentials

マネージドクラスターの管理者資格情報を一覧表示します。

listClusterAdminCredentials: (resourceGroupName: string, resourceName: string, options?: ManagedClustersListClusterAdminCredentialsOptionalParams) => Promise<CredentialResults>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersListClusterAdminCredentialsOptionalParams) => Promise<CredentialResults>

listClusterMonitoringUserCredentials

マネージドクラスターのクラスター監視ユーザー資格情報を一覧表示します。

listClusterMonitoringUserCredentials: (resourceGroupName: string, resourceName: string, options?: ManagedClustersListClusterMonitoringUserCredentialsOptionalParams) => Promise<CredentialResults>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersListClusterMonitoringUserCredentialsOptionalParams) => Promise<CredentialResults>

listClusterUserCredentials

管理対象クラスターのユーザー資格情報を一覧表示します。

listClusterUserCredentials: (resourceGroupName: string, resourceName: string, options?: ManagedClustersListClusterUserCredentialsOptionalParams) => Promise<CredentialResults>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersListClusterUserCredentialsOptionalParams) => Promise<CredentialResults>

listKubernetesVersions

サポートされているパッチ バージョン、機能、利用可能なアップグレード、バージョンのプレビュー ステータスの詳細など、バージョンに関する追加のメタデータが含まれます

listKubernetesVersions: (location: string, options?: ManagedClustersListKubernetesVersionsOptionalParams) => Promise<KubernetesVersionListResult>

プロパティ値

(location: string, options?: ManagedClustersListKubernetesVersionsOptionalParams) => Promise<KubernetesVersionListResult>

listMeshRevisionProfiles

サポートされているリビジョン、クラスターの互換性、利用可能なアップグレードなど、各リビジョンの追加メタデータが含まれます

listMeshRevisionProfiles: (location: string, options?: ManagedClustersListMeshRevisionProfilesOptionalParams) => PagedAsyncIterableIterator<MeshRevisionProfile, MeshRevisionProfile[], PageSettings>

プロパティ値

(location: string, options?: ManagedClustersListMeshRevisionProfilesOptionalParams) => PagedAsyncIterableIterator<MeshRevisionProfile, MeshRevisionProfile[], PageSettings>

listMeshUpgradeProfiles

特定のクラスタ内のすべてのサービスメッシュで利用可能なアップグレードを一覧表示します。

listMeshUpgradeProfiles: (resourceGroupName: string, resourceName: string, options?: ManagedClustersListMeshUpgradeProfilesOptionalParams) => PagedAsyncIterableIterator<MeshUpgradeProfile, MeshUpgradeProfile[], PageSettings>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersListMeshUpgradeProfilesOptionalParams) => PagedAsyncIterableIterator<MeshUpgradeProfile, MeshUpgradeProfile[], PageSettings>

listOutboundNetworkDependenciesEndpoints

指定したマネージドクラスター内のエグレスエンドポイント(すべての送信依存関係のネットワークエンドポイント)のリストを取得します。 この操作は、各エグレス エンドポイントのプロパティを返します。

listOutboundNetworkDependenciesEndpoints: (resourceGroupName: string, resourceName: string, options?: ManagedClustersListOutboundNetworkDependenciesEndpointsOptionalParams) => PagedAsyncIterableIterator<OutboundEnvironmentEndpoint, OutboundEnvironmentEndpoint[], PageSettings>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersListOutboundNetworkDependenciesEndpointsOptionalParams) => PagedAsyncIterableIterator<OutboundEnvironmentEndpoint, OutboundEnvironmentEndpoint[], PageSettings>

resetAADProfile

警告: この API は非推奨になります。 AKS管理Azure Active Directory統合をご覧いただき、AKS管理のAzure ADでクラスタを更新してください。

resetAADProfile: (resourceGroupName: string, resourceName: string, parameters: ManagedClusterAADProfile, options?: ManagedClustersResetAADProfileOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedClusterAADProfile, options?: ManagedClustersResetAADProfileOptionalParams) => PollerLike<OperationState<void>, void>

resetServicePrincipalProfile

このアクションは、サービス プリンシパルを使用していないクラスターでは実行できません

resetServicePrincipalProfile: (resourceGroupName: string, resourceName: string, parameters: ManagedClusterServicePrincipalProfile, options?: ManagedClustersResetServicePrincipalProfileOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: ManagedClusterServicePrincipalProfile, options?: ManagedClustersResetServicePrincipalProfileOptionalParams) => PollerLike<OperationState<void>, void>

rotateClusterCertificates

マネージドクラスター証明書のローテーションの詳細については、「 証明書のローテーション」 を参照してください。

rotateClusterCertificates: (resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateClusterCertificatesOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateClusterCertificatesOptionalParams) => PollerLike<OperationState<void>, void>

rotateServiceAccountSigningKeys

マネージドクラスターのサービスアカウント署名キーをローテーションします。

rotateServiceAccountSigningKeys: (resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateServiceAccountSigningKeysOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersRotateServiceAccountSigningKeysOptionalParams) => PollerLike<OperationState<void>, void>

runCommand

AKS は、コマンドを実行するためのポッドを作成します。 これは主にプライベートクラスターに役立ちます。 詳細については、「 AKS 実行コマンド」を参照してください。

runCommand: (resourceGroupName: string, resourceName: string, requestPayload: RunCommandRequest, options?: ManagedClustersRunCommandOptionalParams) => PollerLike<OperationState<RunCommandResult>, RunCommandResult>

プロパティ値

(resourceGroupName: string, resourceName: string, requestPayload: RunCommandRequest, options?: ManagedClustersRunCommandOptionalParams) => PollerLike<OperationState<RunCommandResult>, RunCommandResult>

start

クラスターの開始の詳細については、「 クラスターの開始」 を参照してください。

start: (resourceGroupName: string, resourceName: string, options?: ManagedClustersStartOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersStartOptionalParams) => PollerLike<OperationState<void>, void>

stop

これは、仮想マシン スケール セットに基づくクラスター Azureでのみ実行できます。 クラスターを停止すると、すべてのオブジェクトとクラスターの状態を維持しながら、コントロール プレーンとエージェント ノードが完全に停止します。 クラスターが停止している間は、料金は発生しません。 クラスターの停止の詳細については、「 クラスターの停止 」を参照してください。

stop: (resourceGroupName: string, resourceName: string, options?: ManagedClustersStopOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: ManagedClustersStopOptionalParams) => PollerLike<OperationState<void>, void>

updateTags

マネージドクラスターのタグを更新します。

updateTags: (resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClustersUpdateTagsOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClustersUpdateTagsOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>