ContainerServiceInner Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ContainerServiceInner() |
Initialisiert eine neue instance der ContainerServiceInner-Klasse. |
ContainerServiceInner(String, ContainerServiceMasterProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceLinuxProfile, String, String, String, IDictionary<String, String>, String, ContainerServiceOrchestratorProfile, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, 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, ContainerServiceMasterProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceLinuxProfile, String, String, String, IDictionary<String, String>, String, ContainerServiceOrchestratorProfile, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)
Initialisiert eine neue instance der ContainerServiceInner-Klasse.
public ContainerServiceInner (string location, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceMasterProfile masterProfile, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile> agentPoolProfiles, Microsoft.Azure.Management.Compute.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.Compute.Fluent.Models.ContainerServiceOrchestratorProfile orchestratorProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile customProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceServicePrincipalProfile servicePrincipalProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceWindowsProfile windowsProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceDiagnosticsProfile diagnosticsProfile = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceInner : string * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceMasterProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile> * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceLinuxProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceCustomProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceServicePrincipalProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceWindowsProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceDiagnosticsProfile -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceInner
Public Sub New (location As String, masterProfile As ContainerServiceMasterProfile, agentPoolProfiles As IList(Of ContainerServiceAgentPoolProfile), 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 orchestratorProfile As ContainerServiceOrchestratorProfile = Nothing, Optional customProfile As ContainerServiceCustomProfile = Nothing, Optional servicePrincipalProfile As ContainerServiceServicePrincipalProfile = Nothing, Optional windowsProfile As ContainerServiceWindowsProfile = Nothing, Optional diagnosticsProfile As ContainerServiceDiagnosticsProfile = Nothing)
Parameter
- location
- String
- masterProfile
- ContainerServiceMasterProfile
Eigenschaften von master Agents.
- agentPoolProfiles
- IList<ContainerServiceAgentPoolProfile>
Eigenschaften des Agentpools.
- linuxProfile
- ContainerServiceLinuxProfile
Eigenschaften von Linux-VMs.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- provisioningState
- String
der aktuelle Bereitstellungs- oder Bereitstellungsstatus, der nur in der Antwort angezeigt wird.
- orchestratorProfile
- ContainerServiceOrchestratorProfile
Eigenschaften des Orchestrators.
- customProfile
- ContainerServiceCustomProfile
Eigenschaften für benutzerdefinierte Cluster.
- servicePrincipalProfile
- ContainerServiceServicePrincipalProfile
Eigenschaften für Clusterdienstprinzipale.
- windowsProfile
- ContainerServiceWindowsProfile
Eigenschaften von Windows-VMs.
- diagnosticsProfile
- ContainerServiceDiagnosticsProfile
Eigenschaften des Diagnose-Agents.
Gilt für:
Azure SDK for .NET