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, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, 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, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile)
Initialise une nouvelle instance de la classe ContainerServiceInner.
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)
Paramètres
- location
- String
- orchestratorProfile
- ContainerServiceOrchestratorProfile
Profil pour l’orchestrateur de service de conteneur.
- masterProfile
- ContainerServiceMasterProfile
Profil du service de conteneur master.
- linuxProfile
- ContainerServiceLinuxProfile
Profil pour les machines virtuelles Linux dans le cluster de service de conteneur.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- provisioningState
- String
État actuel du déploiement ou de l’approvisionnement, qui apparaît uniquement dans la réponse.
- customProfile
- ContainerServiceCustomProfile
Propriétés pour configurer un cluster de service de conteneur personnalisé.
- servicePrincipalProfile
- ContainerServiceServicePrincipalProfile
Informations sur une identité de principal de service pour le cluster à utiliser pour manipuler les API Azure. L’un des secrets ou keyVaultSecretRef doit être spécifié.
- agentPoolProfiles
- IList<ContainerServiceAgentPoolProfile>
Propriétés du pool d’agents.
- windowsProfile
- ContainerServiceWindowsProfile
Profil pour les machines virtuelles Windows dans le cluster de service de conteneur.
- diagnosticsProfile
- ContainerServiceDiagnosticsProfile
Profil pour diagnostics dans le cluster de service de conteneur.
S’applique à
Azure SDK for .NET