ContainerServiceInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ContainerServiceInner() |
Initialise une nouvelle instance de la classe ContainerServiceInner. |
ContainerServiceInner(String, ContainerServiceMasterProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceLinuxProfile, String, String, String, IDictionary<String, String>, String, ContainerServiceOrchestratorProfile, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile) |
Initialise une nouvelle instance de la classe ContainerServiceInner. |
ContainerServiceInner()
Initialise une nouvelle instance de la classe ContainerServiceInner.
public ContainerServiceInner ();
Public Sub New ()
S’applique à
ContainerServiceInner(String, ContainerServiceMasterProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceLinuxProfile, String, String, String, IDictionary<String, String>, String, ContainerServiceOrchestratorProfile, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)
Initialise une nouvelle instance de la classe ContainerServiceInner.
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)
Paramètres
- location
- String
- masterProfile
- ContainerServiceMasterProfile
Propriétés des agents master.
- agentPoolProfiles
- IList<ContainerServiceAgentPoolProfile>
Propriétés du pool d’agents.
- linuxProfile
- ContainerServiceLinuxProfile
Propriétés des machines virtuelles Linux.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- provisioningState
- String
l’état actuel du déploiement ou de l’approvisionnement, qui apparaît uniquement dans la réponse.
- orchestratorProfile
- ContainerServiceOrchestratorProfile
Propriétés de l’orchestrateur.
- customProfile
- ContainerServiceCustomProfile
Propriétés des clusters personnalisés.
- servicePrincipalProfile
- ContainerServiceServicePrincipalProfile
Propriétés des principaux de service de cluster.
- windowsProfile
- ContainerServiceWindowsProfile
Propriétés des machines virtuelles Windows.
- diagnosticsProfile
- ContainerServiceDiagnosticsProfile
Propriétés de l’agent de diagnostic.
S’applique à
Azure SDK for .NET