OpenShiftManagedClusterInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- 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 認証を構成します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET