你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IContainerServiceAgentPool 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
容器服务代理池的客户端表示形式。
public interface IContainerServiceAgentPool : 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.ContainerServiceAgentPoolProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>
type IContainerServiceAgentPool = interface
interface IBeta
interface IChildResource<IOrchestratorServiceBase>
interface IHasName
interface IIndexable
interface IHasParent<IOrchestratorServiceBase>
interface IHasInner<ContainerServiceAgentPoolProfile>
Public Interface IContainerServiceAgentPool
Implements IBeta, IChildResource(Of IOrchestratorServiceBase), IHasInner(Of ContainerServiceAgentPoolProfile), IHasParent(Of IOrchestratorServiceBase)
- 实现
属性
Count |
获取) 托管 docker 容器 (虚拟机的代理数。 |
DnsPrefix |
获取用于为代理池创建 FQDN 的 DNS 前缀。 |
Fqdn |
获取代理池的 FDQN。 |
Inner |
容器服务代理池的客户端表示形式。 (继承自 IHasInner<T>) |
Key |
容器服务代理池的客户端表示形式。 (继承自 IIndexable) |
Name |
获取资源的名称 (继承自 IHasName) |
NetworkId |
获取代理池中每个虚拟机使用的虚拟网络的 ID。 |
OSDiskSizeInGB |
获取代理池中每个虚拟机的 OS 磁盘大小(以 GB 为单位)。 |
OSType |
获取代理池中每个虚拟机的 OS。 |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
Ports |
获取在此代理池上打开的端口数组。 |
StorageProfile |
获取为代理池中每个虚拟机设置 (托管或经典) 存储类型。 |
SubnetName |
获取代理池中每个虚拟机使用的子网的名称。 |
VMSize |
获取代理池中每个虚拟机的大小。 |