ContainerService Constructors

Definition

Overloads

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

ContainerService()

public ContainerService ();
Public Sub New ()

Applies to

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

public ContainerService (string location, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceMasterProfile masterProfile, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceAgentPoolProfile> agentPoolProfiles, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceOrchestratorProfile orchestratorProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceCustomProfile customProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceServicePrincipalProfile servicePrincipalProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceWindowsProfile windowsProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceDiagnosticsProfile diagnosticsProfile = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerService : string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceMasterProfile * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceAgentPoolProfile> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceLinuxProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceOrchestratorProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceCustomProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceServicePrincipalProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceWindowsProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceDiagnosticsProfile -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerService
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
id
String
name
String
type
String
provisioningState
String
servicePrincipalProfile
ContainerServiceServicePrincipalProfile

Applies to