OrchestratorProfile 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
OrchestratorProfile() |
Initialise une nouvelle instance de la classe OrchestratorProfile. |
OrchestratorProfile(String, String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe OrchestratorProfile. |
OrchestratorProfile()
Initialise une nouvelle instance de la classe OrchestratorProfile.
public OrchestratorProfile ();
Public Sub New ()
S’applique à
OrchestratorProfile(String, String, Nullable<Boolean>)
Initialise une nouvelle instance de la classe OrchestratorProfile.
public OrchestratorProfile (string orchestratorVersion, string orchestratorType = default, bool? isPreview = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorProfile : string * string * Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorProfile
Public Sub New (orchestratorVersion As String, Optional orchestratorType As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing)
Paramètres
- orchestratorVersion
- String
Version d’Orchestrator (majeure, mineure, correctif).
- orchestratorType
- String
Type d’orchestrateur.
S’applique à
Azure SDK for .NET