Share via


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

IKubernetesClusterAgentPool 接口

定义

Kubernetes 群集代理池的客户端表示形式。

public interface IKubernetesClusterAgentPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAgentPoolProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>
type IKubernetesClusterAgentPool = interface
    interface IBeta
    interface IChildResource<IOrchestratorServiceBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IOrchestratorServiceBase>
    interface IHasInner<ManagedClusterAgentPoolProfile>
Public Interface IKubernetesClusterAgentPool
Implements IBeta, IChildResource(Of IOrchestratorServiceBase), IHasInner(Of ManagedClusterAgentPoolProfile), IHasParent(Of IOrchestratorServiceBase)
实现

属性

Count

获取) 托管 docker 容器 (虚拟机的代理数。

Inner

Kubernetes 群集代理池的客户端表示形式。

(继承自 IHasInner<T>)
Key

Kubernetes 群集代理池的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
NetworkId

获取代理池中每个虚拟机使用的虚拟网络的 ID。

OSDiskSizeInGB

获取为代理池中每个虚拟机设置的 OS 磁盘大小(以 GB 为单位)。

OSType

获取代理池中每个虚拟机的 OS。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
SubnetName

获取代理池中每个虚拟机使用的子网的名称。

Type

获取代理池类型。

VMSize

获取代理池中每个代理虚拟机的大小。

适用于