你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterVerticalPodAutoscalerUpdateMode 结构

定义

每个更新模式级别都是较低级别的超集。 关闭<初始<重新创建<=自动。例如:如果 UpdateMode 为 Initial,则表示 VPA 在 VerticalPodAutoscaler 自定义资源 (从 UpdateMode 关闭) 设置建议的资源,并且还会从初始) 分配 Pod 创建 (的资源。 默认值为 Off。

public readonly struct ManagedClusterVerticalPodAutoscalerUpdateMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterVerticalPodAutoscalerUpdateMode>
type ManagedClusterVerticalPodAutoscalerUpdateMode = struct
Public Structure ManagedClusterVerticalPodAutoscalerUpdateMode
Implements IEquatable(Of ManagedClusterVerticalPodAutoscalerUpdateMode)
继承
ManagedClusterVerticalPodAutoscalerUpdateMode
实现

构造函数

ManagedClusterVerticalPodAutoscalerUpdateMode(String)

初始化 ManagedClusterVerticalPodAutoscalerUpdateMode 的新实例。

属性

Auto

自动缩放程序选择更新模式。 自动缩放程序当前执行的操作与重新创建相同。 将来,一旦可用,它可能会利用免重启机制。

Initial

自动缩放程序仅在创建 Pod 时分配资源,不会在 Pod 的生存期内更改资源。

Off

自动缩放程序永远不会更改 Pod 资源,但会提供建议。

Recreate

自动缩放程序在 Pod 创建时分配资源,并通过删除和重新创建来更新在其生存期内需要进一步缩放的 Pod。

方法

Equals(ManagedClusterVerticalPodAutoscalerUpdateMode)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(ManagedClusterVerticalPodAutoscalerUpdateMode, ManagedClusterVerticalPodAutoscalerUpdateMode)

确定两个 ManagedClusterVerticalPodAutoscalerUpdateMode 值是否相同。

Implicit(String to ManagedClusterVerticalPodAutoscalerUpdateMode)

将字符串转换为 ManagedClusterVerticalPodAutoscalerUpdateMode

Inequality(ManagedClusterVerticalPodAutoscalerUpdateMode, ManagedClusterVerticalPodAutoscalerUpdateMode)

确定两个 ManagedClusterVerticalPodAutoscalerUpdateMode 值是否不同。

适用于