IWithAddOnProfilesBeta.WithAddOnProfiles Méthode
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.
Mises à jour les profils du module complémentaire du cluster.
public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IUpdate WithAddOnProfiles (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfile> addOnProfileMap);
abstract member WithAddOnProfiles : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfile> -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IUpdate
Public Function WithAddOnProfiles (addOnProfileMap As IDictionary(Of String, ManagedClusterAddonProfile)) As IUpdate
Paramètres
- addOnProfileMap
- IDictionary<String,ManagedClusterAddonProfile>
Profils du module complémentaire du cluster.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET