Freigeben über


ContainerServiceInner Konstruktoren

Definition

Überlädt

ContainerServiceInner()

Initialisiert eine neue instance der ContainerServiceInner-Klasse.

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

Initialisiert eine neue instance der ContainerServiceInner-Klasse.

ContainerServiceInner()

Initialisiert eine neue instance der ContainerServiceInner-Klasse.

public ContainerServiceInner ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ContainerServiceInner-Klasse.

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)

Parameter

location
String
orchestratorProfile
ContainerServiceOrchestratorProfile

Profil für den Containerdienstororor.

masterProfile
ContainerServiceMasterProfile

Profil für den Containerdienst master.

linuxProfile
ContainerServiceLinuxProfile

Profil für Linux-VMs im Containerdienstcluster.

id
String
name
String
type
String
provisioningState
String

Der aktuelle Bereitstellungs- oder Bereitstellungsstatus, der nur in der Antwort angezeigt wird.

customProfile
ContainerServiceCustomProfile

Eigenschaften zum Konfigurieren eines benutzerdefinierten Containerdienstclusters.

servicePrincipalProfile
ContainerServiceServicePrincipalProfile

Informationen zu einer Dienstprinzipalidentität für den Cluster, die zum Bearbeiten von Azure-APIs verwendet werden soll. Genau eines von secret oder keyVaultSecretRef muss angegeben werden.

agentPoolProfiles
IList<ContainerServiceAgentPoolProfile>

Eigenschaften des Agentpools.

windowsProfile
ContainerServiceWindowsProfile

Profil für Windows-VMs im Containerdienstcluster.

diagnosticsProfile
ContainerServiceDiagnosticsProfile

Profil für Diagnose im Containerdienstcluster.

Gilt für: