ContainerServiceInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContainerServiceInner() |
Initializes a new instance of the ContainerServiceInner class. |
ContainerServiceInner(String, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, 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, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)
Initializes a new instance of the ContainerServiceInner class.
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)
Parameters
- location
- String
- orchestratorProfile
- ContainerServiceOrchestratorProfile
Profile for the container service orchestrator.
- masterProfile
- ContainerServiceMasterProfile
Profile for the container service master.
- linuxProfile
- ContainerServiceLinuxProfile
Profile for Linux VMs in the container service cluster.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- provisioningState
- String
The current deployment or provisioning state, which only appears in the response.
- customProfile
- ContainerServiceCustomProfile
Properties to configure a custom container service cluster.
- servicePrincipalProfile
- ContainerServiceServicePrincipalProfile
Information about a service principal identity for the cluster to use for manipulating Azure APIs. Exact one of secret or keyVaultSecretRef need to be specified.
- agentPoolProfiles
- IList<ContainerServiceAgentPoolProfile>
Properties of the agent pool.
- windowsProfile
- ContainerServiceWindowsProfile
Profile for Windows VMs in the container service cluster.
- diagnosticsProfile
- ContainerServiceDiagnosticsProfile
Profile for diagnostics in the container service cluster.
Applies to
Azure SDK for .NET