Share via


ContainerServiceInner Constructors

Definition

Overloads

ContainerServiceInner()

Initializes a new instance of the ContainerServiceInner class.

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

Initializes a new instance of the ContainerServiceInner class.

ContainerServiceInner()

Initializes a new instance of the ContainerServiceInner class.

public ContainerServiceInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ContainerServiceInner class.

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)

Parameters

location
String
masterProfile
ContainerServiceMasterProfile

Properties of master agents.

agentPoolProfiles
IList<ContainerServiceAgentPoolProfile>

Properties of the agent pool.

linuxProfile
ContainerServiceLinuxProfile

Properties of Linux VMs.

id
String
name
String
type
String
provisioningState
String

the current deployment or provisioning state, which only appears in the response.

orchestratorProfile
ContainerServiceOrchestratorProfile

Properties of the orchestrator.

customProfile
ContainerServiceCustomProfile

Properties for custom clusters.

servicePrincipalProfile
ContainerServiceServicePrincipalProfile

Properties for cluster service principals.

windowsProfile
ContainerServiceWindowsProfile

Properties of Windows VMs.

diagnosticsProfile
ContainerServiceDiagnosticsProfile

Properties of the diagnostic agent.

Applies to