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

ContainerServiceInner 类

定义

容器服务。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ContainerServiceInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContainerServiceInner = class
    inherit Resource
Public Class ContainerServiceInner
Inherits Resource
继承
ContainerServiceInner
属性

构造函数

ContainerServiceInner()

初始化 ContainerServiceInner 类的新实例。

ContainerServiceInner(String, ContainerServiceMasterProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceLinuxProfile, String, String, String, IDictionary<String, String>, String, ContainerServiceOrchestratorProfile, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)

初始化 ContainerServiceInner 类的新实例。

属性

AgentPoolProfiles

获取或设置代理池的属性。

CustomProfile

获取或设置自定义群集的属性。

DiagnosticsProfile

获取或设置诊断代理的属性。

Id

资源 ID。Setter 受保护,因为需要在网络资源中设置 ID。

(继承自 ProxyResource)
LinuxProfile

获取或设置 Linux VM 的属性。

Location

资源位置

(继承自 Resource)
MasterProfile

获取或设置主代理的属性。

Name

资源名称

(继承自 ProxyResource)
OrchestratorProfile

获取或设置业务流程协调程序的属性。

ProvisioningState

获取当前部署或预配状态,该状态仅显示在响应中。

ServicePrincipalProfile

获取或设置群集服务主体的属性。

Tags

资源标记

(继承自 Resource)
Type

资源类型

(继承自 ProxyResource)
WindowsProfile

获取或设置 Windows VM 的属性。

方法

Validate()

验证 对象。

适用于