ContainerServiceInner コンストラクター

定義

オーバーロード

ContainerServiceInner()

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

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

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

ContainerServiceInner()

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

public ContainerServiceInner ();
Public Sub New ()

適用対象

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

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

public ContainerServiceInner (string location, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile orchestratorProfile, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceMasterProfile masterProfile, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceLinuxProfile linuxProfile, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceCustomProfile customProfile = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceServicePrincipalProfile servicePrincipalProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceAgentPoolProfile> agentPoolProfiles = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceWindowsProfile windowsProfile = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceDiagnosticsProfile diagnosticsProfile = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceMasterProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceLinuxProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceCustomProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceServicePrincipalProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceAgentPoolProfile> * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceWindowsProfile * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceDiagnosticsProfile -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner
Public Sub New (location As String, orchestratorProfile As ContainerServiceOrchestratorProfile, masterProfile As ContainerServiceMasterProfile, linuxProfile As ContainerServiceLinuxProfile, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional customProfile As ContainerServiceCustomProfile = Nothing, Optional servicePrincipalProfile As ContainerServiceServicePrincipalProfile = Nothing, Optional agentPoolProfiles As IList(Of ContainerServiceAgentPoolProfile) = Nothing, Optional windowsProfile As ContainerServiceWindowsProfile = Nothing, Optional diagnosticsProfile As ContainerServiceDiagnosticsProfile = Nothing)

パラメーター

location
String
orchestratorProfile
ContainerServiceOrchestratorProfile

コンテナー サービス オーケストレーターのプロファイル。

masterProfile
ContainerServiceMasterProfile

コンテナー サービス マスターのプロファイル。

linuxProfile
ContainerServiceLinuxProfile

コンテナー サービス クラスター内の Linux VM のプロファイル。

id
String
name
String
type
String
provisioningState
String

現在のデプロイまたはプロビジョニングの状態。応答にのみ表示されます。

customProfile
ContainerServiceCustomProfile

カスタム コンテナー サービス クラスターを構成するためのプロパティ。

servicePrincipalProfile
ContainerServiceServicePrincipalProfile

Azure API の操作に使用するクラスターのサービス プリンシパル ID に関する情報。 シークレットまたは keyVaultSecretRef の 1 つを指定する必要があります。

agentPoolProfiles
IList<ContainerServiceAgentPoolProfile>

エージェント プールのプロパティ。

windowsProfile
ContainerServiceWindowsProfile

コンテナー サービス クラスター内の Windows VM のプロファイル。

diagnosticsProfile
ContainerServiceDiagnosticsProfile

コンテナー サービス クラスター内の診断のプロファイル。

適用対象