你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OpenShiftManagedClusterInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OpenShiftManagedClusterInner()
初始化 OpenShiftManagedClusterInner 类的新实例。
public OpenShiftManagedClusterInner ();
Public Sub New ()
适用于
OpenShiftManagedClusterInner(String, String, String, String, String, IDictionary<String,String>, PurchasePlan, String, String, String, String, NetworkProfile, IList<OpenShiftRouterProfile>, OpenShiftManagedClusterMasterPoolProfile, IList<OpenShiftManagedClusterAgentPoolProfile>, OpenShiftManagedClusterAuthProfile)
初始化 OpenShiftManagedClusterInner 类的新实例。
public OpenShiftManagedClusterInner (string location, string openShiftVersion, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.PurchasePlan plan = default, string provisioningState = default, string clusterVersion = default, string publicHostname = default, string fqdn = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkProfile networkProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile> routerProfiles = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterMasterPoolProfile masterPoolProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAuthProfile authProfile = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerService.Fluent.Models.PurchasePlan * string * string * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile> * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterMasterPoolProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAgentPoolProfile> * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAuthProfile -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner
Public Sub New (location As String, openShiftVersion As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional plan As PurchasePlan = Nothing, Optional provisioningState As String = Nothing, Optional clusterVersion As String = Nothing, Optional publicHostname As String = Nothing, Optional fqdn As String = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional routerProfiles As IList(Of OpenShiftRouterProfile) = Nothing, Optional masterPoolProfile As OpenShiftManagedClusterMasterPoolProfile = Nothing, Optional agentPoolProfiles As IList(Of OpenShiftManagedClusterAgentPoolProfile) = Nothing, Optional authProfile As OpenShiftManagedClusterAuthProfile = Nothing)
参数
- location
- String
- openShiftVersion
- String
创建群集时指定的 OpenShift 版本。
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
根据 ARM 的要求定义资源计划以进行计费
- provisioningState
- String
当前部署或预配状态,仅显示在响应中。
- clusterVersion
- String
创建群集时指定的 OpenShift 版本。
- publicHostname
- String
服务为 OpenShift API 服务器生成的 FQDN。
- fqdn
- String
OpenShift API 服务器负载均衡器内部主机名的服务生成的 FQDN。
- networkProfile
- NetworkProfile
OpenShift 网络的配置。
- routerProfiles
- IList<OpenShiftRouterProfile>
OpenShift 路由器 () 的配置。
- masterPoolProfile
- OpenShiftManagedClusterMasterPoolProfile
OpenShift 主 VM 的配置。
- agentPoolProfiles
- IList<OpenShiftManagedClusterAgentPoolProfile>
OpenShift 群集 VM 的配置。
- authProfile
- OpenShiftManagedClusterAuthProfile
配置 OpenShift 身份验证。