Share via


你当前正在访问 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, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)

初始化 ContainerServiceInner 类的新实例。

属性

AgentPoolProfiles

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

CustomProfile

获取或设置用于配置自定义容器服务群集的属性。

DiagnosticsProfile

获取或设置容器服务群集中诊断的配置文件。

Id

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

(继承自 ProxyResource)
LinuxProfile

获取或设置容器服务群集中 Linux VM 的配置文件。

Location

资源位置

(继承自 Resource)
MasterProfile

获取或设置容器服务主机的配置文件。

Name

资源名称

(继承自 ProxyResource)
OrchestratorProfile

获取或设置容器服务业务流程协调程序的配置文件。

ProvisioningState

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

ServicePrincipalProfile

获取或设置有关群集的服务主体标识的信息,该标识用于操作 Azure API。 需要指定机密或 keyVaultSecretRef 的确切之一。

Tags

资源标记

(继承自 Resource)
Type

资源类型

(继承自 ProxyResource)
WindowsProfile

获取或设置容器服务群集中 Windows VM 的配置文件。

方法

Validate()

验证 对象。

适用于