ManagedClustersOperations interface

Interface que representa uma operação ManagedClusters.

Propriedades

abortLatestOperation

Anula a operação atualmente em execução no cluster gerenciado. O Cluster Gerenciado será movido para um estado Cancelando e, eventualmente, para um estado Cancelado quando o cancelamento terminar. Se a operação for concluída antes que o cancelamento possa ocorrer, um código de erro 409 será retornado.

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

Cria ou atualiza um cluster gerenciado.

delete

Exclui um cluster gerenciado.

get

Obtém um cluster gerenciado.

getAccessProfile

AVISO: Esta API será preterida. Em vez disso, use ListClusterUserCredentials ou ListClusterAdminCredentials .

getCommandResult

Obtém os resultados de um comando que foi executado no Cluster Gerenciado.

getMeshRevisionProfile

Contém metadados adicionais sobre a revisão, incluindo revisões suportadas, compatibilidade de cluster e atualizações disponíveis

getMeshUpgradeProfile

Obtém atualizações disponíveis para uma malha de serviço em um cluster.

getUpgradeProfile

Obtém o perfil de atualização de um cluster gerenciado.

list

Obtém uma lista de clusters gerenciados na assinatura especificada.

listByResourceGroup

Lista clusters gerenciados no grupo de recursos e assinatura especificado.

listClusterAdminCredentials

Lista as credenciais de administrador de um cluster gerenciado.

listClusterMonitoringUserCredentials

Lista as credenciais de usuário de monitoramento de cluster de um cluster gerenciado.

listClusterUserCredentials

Lista as credenciais de usuário de um cluster gerenciado.

listKubernetesVersions

Contém metadados extras sobre a versão, incluindo versões de patch suportadas, recursos, atualizações disponíveis e detalhes sobre o status de visualização da versão

listMeshRevisionProfiles

Contém metadados extras em cada revisão, incluindo revisões suportadas, compatibilidade de cluster e atualizações disponíveis

listMeshUpgradeProfiles

Lista as atualizações disponíveis para todas as malhas de serviço em um cluster específico.

listOutboundNetworkDependenciesEndpoints

Obtém uma lista de pontos de extremidade de saída (pontos de extremidade de rede de todas as dependências de saída) no cluster gerenciado especificado. A operação retorna propriedades de cada ponto de extremidade de saída.

resetAADProfile

AVISO: Esta API será preterida. Por favor, consulte AKS-managed Azure Active Directory integration para atualizar o seu cluster com o AKS-managed Azure AD.

resetServicePrincipalProfile

Essa ação não pode ser executada em um cluster que não esteja usando uma entidade de serviço

rotateClusterCertificates

Consulte Rotação de certificados para obter mais detalhes sobre a rotação de certificados de cluster gerenciados.

rotateServiceAccountSigningKeys

Gira as chaves de assinatura da conta de serviço de um cluster gerenciado.

runCommand

O AKS criará um pod para executar o comando. Isso é útil principalmente para clusters privados. Para obter mais informações, consulte AKS Run Command.

start

Consulte Iniciar um cluster para obter mais detalhes sobre como iniciar um cluster.

stop

Isto só pode ser realizado em clusters Azure Virtual Machine Scale back back. A interrupção de um cluster interrompe totalmente o plano de controle e os nós do agente, mantendo todo o estado do objeto e do cluster. Um cluster não acumula encargos enquanto é interrompido. Consulte Parar um cluster para obter mais detalhes sobre como parar um cluster.

updateTags

Atualiza tags em um cluster gerenciado.

Detalhes de Propriedade

abortLatestOperation

Anula a operação atualmente em execução no cluster gerenciado. O Cluster Gerenciado será movido para um estado Cancelando e, eventualmente, para um estado Cancelado quando o cancelamento terminar. Se a operação for concluída antes que o cancelamento possa ocorrer, um código de erro 409 será retornado.

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

Valor de Propriedade

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

beginAbortLatestOperation

Aviso

Esta API foi preterida.

use abortLatestOperation instead

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

Valor de Propriedade

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

beginAbortLatestOperationAndWait

Aviso

Esta API foi preterida.

use abortLatestOperation instead

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

Valor de Propriedade

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

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

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

Valor de Propriedade

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

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

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

Valor de Propriedade

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

beginDelete

Aviso

Esta API foi preterida.

use delete instead

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

Valor de Propriedade

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

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

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

Valor de Propriedade

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

beginResetAADProfile

Aviso

Esta API foi preterida.

use resetAADProfile instead

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

Valor de Propriedade

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

beginResetAADProfileAndWait

Aviso

Esta API foi preterida.

use resetAADProfile instead

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

Valor de Propriedade

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

beginResetServicePrincipalProfile

Aviso

Esta API foi preterida.

use resetServicePrincipalProfile instead

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

Valor de Propriedade

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

beginResetServicePrincipalProfileAndWait

Aviso

Esta API foi preterida.

use resetServicePrincipalProfile instead

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

Valor de Propriedade

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

beginRotateClusterCertificates

Aviso

Esta API foi preterida.

use rotateClusterCertificates instead

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

Valor de Propriedade

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

beginRotateClusterCertificatesAndWait

Aviso

Esta API foi preterida.

use rotateClusterCertificates instead

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

Valor de Propriedade

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

beginRotateServiceAccountSigningKeys

Aviso

Esta API foi preterida.

use rotateServiceAccountSigningKeys instead

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

Valor de Propriedade

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

beginRotateServiceAccountSigningKeysAndWait

Aviso

Esta API foi preterida.

use rotateServiceAccountSigningKeys instead

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

Valor de Propriedade

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

beginRunCommand

Aviso

Esta API foi preterida.

use runCommand instead

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

Valor de Propriedade

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

beginRunCommandAndWait

Aviso

Esta API foi preterida.

use runCommand instead

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

Valor de Propriedade

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

beginStart

Aviso

Esta API foi preterida.

use start instead

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

Valor de Propriedade

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

beginStartAndWait

Aviso

Esta API foi preterida.

use start instead

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

Valor de Propriedade

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

beginStop

Aviso

Esta API foi preterida.

use stop instead

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

Valor de Propriedade

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

beginStopAndWait

Aviso

Esta API foi preterida.

use stop instead

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

Valor de Propriedade

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

beginUpdateTags

Aviso

Esta API foi preterida.

use updateTags instead

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

Valor de Propriedade

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

beginUpdateTagsAndWait

Aviso

Esta API foi preterida.

use updateTags instead

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

Valor de Propriedade

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

createOrUpdate

Cria ou atualiza um cluster gerenciado.

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

Valor de Propriedade

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

delete

Exclui um cluster gerenciado.

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

Valor de Propriedade

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

get

Obtém um cluster gerenciado.

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

Valor de Propriedade

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

getAccessProfile

AVISO: Esta API será preterida. Em vez disso, use ListClusterUserCredentials ou ListClusterAdminCredentials .

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

Valor de Propriedade

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

getCommandResult

Obtém os resultados de um comando que foi executado no Cluster Gerenciado.

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

Valor de Propriedade

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

getMeshRevisionProfile

Contém metadados adicionais sobre a revisão, incluindo revisões suportadas, compatibilidade de cluster e atualizações disponíveis

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

Valor de Propriedade

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

getMeshUpgradeProfile

Obtém atualizações disponíveis para uma malha de serviço em um cluster.

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

Valor de Propriedade

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

getUpgradeProfile

Obtém o perfil de atualização de um cluster gerenciado.

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

Valor de Propriedade

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

list

Obtém uma lista de clusters gerenciados na assinatura especificada.

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

Valor de Propriedade

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

listByResourceGroup

Lista clusters gerenciados no grupo de recursos e assinatura especificado.

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

Valor de Propriedade

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

listClusterAdminCredentials

Lista as credenciais de administrador de um cluster gerenciado.

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

Valor de Propriedade

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

listClusterMonitoringUserCredentials

Lista as credenciais de usuário de monitoramento de cluster de um cluster gerenciado.

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

Valor de Propriedade

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

listClusterUserCredentials

Lista as credenciais de usuário de um cluster gerenciado.

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

Valor de Propriedade

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

listKubernetesVersions

Contém metadados extras sobre a versão, incluindo versões de patch suportadas, recursos, atualizações disponíveis e detalhes sobre o status de visualização da versão

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

Valor de Propriedade

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

listMeshRevisionProfiles

Contém metadados extras em cada revisão, incluindo revisões suportadas, compatibilidade de cluster e atualizações disponíveis

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

Valor de Propriedade

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

listMeshUpgradeProfiles

Lista as atualizações disponíveis para todas as malhas de serviço em um cluster específico.

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

Valor de Propriedade

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

listOutboundNetworkDependenciesEndpoints

Obtém uma lista de pontos de extremidade de saída (pontos de extremidade de rede de todas as dependências de saída) no cluster gerenciado especificado. A operação retorna propriedades de cada ponto de extremidade de saída.

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

Valor de Propriedade

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

resetAADProfile

AVISO: Esta API será preterida. Por favor, consulte AKS-managed Azure Active Directory integration para atualizar o seu cluster com o AKS-managed Azure AD.

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

Valor de Propriedade

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

resetServicePrincipalProfile

Essa ação não pode ser executada em um cluster que não esteja usando uma entidade de serviço

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

Valor de Propriedade

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

rotateClusterCertificates

Consulte Rotação de certificados para obter mais detalhes sobre a rotação de certificados de cluster gerenciados.

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

Valor de Propriedade

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

rotateServiceAccountSigningKeys

Gira as chaves de assinatura da conta de serviço de um cluster gerenciado.

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

Valor de Propriedade

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

runCommand

O AKS criará um pod para executar o comando. Isso é útil principalmente para clusters privados. Para obter mais informações, consulte AKS Run Command.

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

Valor de Propriedade

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

start

Consulte Iniciar um cluster para obter mais detalhes sobre como iniciar um cluster.

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

Valor de Propriedade

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

stop

Isto só pode ser realizado em clusters Azure Virtual Machine Scale back back. A interrupção de um cluster interrompe totalmente o plano de controle e os nós do agente, mantendo todo o estado do objeto e do cluster. Um cluster não acumula encargos enquanto é interrompido. Consulte Parar um cluster para obter mais detalhes sobre como parar um cluster.

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

Valor de Propriedade

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

updateTags

Atualiza tags em um cluster gerenciado.

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

Valor de Propriedade

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