你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IContainerService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
容器服务的客户端表示形式。
public interface IContainerService : Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager,Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerService.Fluent.IContainerServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Update.IUpdate>
type IContainerService = interface
interface IBeta
interface IGroupableResource<IContainerServiceManager, ContainerServiceInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IContainerServiceManager>
interface IHasInner<ContainerServiceInner>
interface IRefreshable<IContainerService>
interface IUpdatable<IUpdate>
interface IOrchestratorServiceBase
Public Interface IContainerService
Implements IBeta, IGroupableResource(Of IContainerServiceManager, ContainerServiceInner), IHasInner(Of ContainerServiceInner), IHasManager(Of IContainerServiceManager), IOrchestratorServiceBase, IRefreshable(Of IContainerService), IUpdatable(Of IUpdate)
- 实现
-
IOrchestratorServiceBase IBeta IGroupableResource<IContainerServiceManager,ContainerServiceInner> IHasId IHasInner<InnerT> IHasInner<ContainerServiceInner> IHasManager<ManagerT> IHasManager<IContainerServiceManager> IHasName IHasResourceGroup IResource IIndexable IRefreshable<IContainerService> IUpdatable<IUpdate>
属性
AgentPools |
获取代理池映射。 |
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
容器服务的客户端表示形式。 (继承自 IHasInner<T>) |
IsDiagnosticsEnabled |
如果启用诊断,则为 true。 |
Key |
容器服务的客户端表示形式。 (继承自 IIndexable) |
LinuxRootUsername |
获取 Linux 根用户名。 |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
MasterDnsPrefix |
获取创建时指定的主 DNS 前缀。 |
MasterFqdn |
获取主 FQDN。 |
MasterNodeCount |
获取主节点计数。 |
MasterOSDiskSizeInGB |
获取主池中每台计算机的 OS 磁盘大小(以 GB 为单位)。 |
MasterStorageProfile |
获取为主池中每台计算机设置的存储类型。 |
MasterSubnetName |
获取主池中每台计算机使用的子网的名称。 |
Name |
获取资源的名称 (继承自 IHasName) |
NetworkId |
获取主池和代理池中每台计算机使用的虚拟网络的 ID。 |
OrchestratorType |
获取业务流程协调程序的类型。 |
Region |
容器服务的客户端表示形式。 (继承自 IResource) |
RegionName |
容器服务的客户端表示形式。 (继承自 IResource) |
ResourceGroupName |
容器服务的客户端表示形式。 (继承自 IHasResourceGroup) |
ServicePrincipalClientId |
获取服务主体客户端 ID。 |
ServicePrincipalSecret |
获取服务主体机密。 |
SshKey |
获取 Linux SSH 密钥。 |
Tags |
容器服务的客户端表示形式。 (继承自 IResource) |
Type |
容器服务的客户端表示形式。 (继承自 IResource) |
方法
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
Update() |
容器服务的客户端表示形式。 (继承自 IUpdatable<T>) |