次の方法で共有


OpenShiftManagedClusterInner コンストラクター

定義

オーバーロード

OpenShiftManagedClusterInner()

OpenShiftManagedClusterInner クラスの新しいインスタンスを初期化します。

OpenShiftManagedClusterInner(String, String, String, String, String, IDictionary<String,String>, PurchasePlan, String, String, String, String, NetworkProfile, IList<OpenShiftRouterProfile>, OpenShiftManagedClusterMasterPoolProfile, IList<OpenShiftManagedClusterAgentPoolProfile>, OpenShiftManagedClusterAuthProfile)

OpenShiftManagedClusterInner クラスの新しいインスタンスを初期化します。

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
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 認証を構成します。

適用対象