Partager via


IDefinition Interface

Définition

Interface pour toutes les définitions liées à un cluster Kubernetes.

public interface IDefinition : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IBlank, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAgentPool, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithGroup, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithLinuxRootUsername, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithLinuxSshKey, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithServicePrincipalClientId, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithServicePrincipalProfile, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVersion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVersion>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVersion>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVersion>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVersion>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithVersion>
    interface IWithExistingResourceGroup<IWithVersion>
    interface IWithNewResourceGroup<IWithVersion>
    interface IWithCreatableResourceGroup<IWithVersion>
    interface IWithVersion
    interface IWithLinuxRootUsername
    interface IWithLinuxSshKey
    interface IWithServicePrincipalClientId
    interface IWithServicePrincipalProfile
    interface IWithDnsPrefix
    interface IWithAgentPool
    interface IWithNetworkProfile
    interface IBeta
    interface IWithAddOnProfiles
    interface IWithAddOnProfilesBeta
    interface IWithVirtualNode
    interface IWithCreate
    interface ICreatable<IKubernetesCluster>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IKubernetesCluster), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithAgentPool, IWithCreatableResourceGroup(Of IWithVersion), IWithCreate, IWithExistingResourceGroup(Of IWithVersion), IWithGroup, IWithGroup(Of IWithVersion), IWithLinuxRootUsername, IWithLinuxSshKey, IWithNewResourceGroup(Of IWithVersion), IWithServicePrincipalClientId, IWithServicePrincipalProfile, IWithVersion
Implémente

Propriétés

DefineNetworkProfile

Obtient commence la définition d’un profil réseau à attacher au cluster Kubernetes.

(Hérité de IWithNetworkProfile)
Key

Interface pour toutes les définitions liées à un cluster Kubernetes.

(Hérité de IIndexable)
Name

Obtient le nom de la ressource créatable.

(Hérité de ICreatable<T>)

Méthodes

Create()

Exécutez la demande de création.

(Hérité de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles.

(Hérité de ICreatable<T>)
DefineAgentPool(String)

Commence la définition d’un profil de pool d’agents à attacher au cluster Kubernetes.

(Hérité de IWithAgentPool)
WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>)

Mises à jour les profils du module complémentaire du cluster.

(Hérité de IWithAddOnProfilesBeta)
WithDnsPrefix(String)

Spécifie le préfixe DNS à utiliser pour créer le nom de domaine complet du pool master.

(Hérité de IWithDnsPrefix)
WithExistingResourceGroup(IResourceGroup)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associe la ressource à un groupe de ressources existant.

(Hérité de IWithExistingResourceGroup<T>)
WithLatestVersion()

Utilise la dernière version pour le cluster Kubernetes.

(Hérité de IWithVersion)
WithNewResourceGroup()

Interface pour toutes les définitions liées à un cluster Kubernetes.

(Hérité de IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Crée un groupe de ressources dans lequel placer la ressource, en fonction de la définition spécifiée.

(Hérité de IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Interface pour toutes les définitions liées à un cluster Kubernetes.

(Hérité de IWithNewResourceGroup<T>)
WithRegion(Region)

Spécifie la région de la ressource.

(Hérité de IDefinitionWithRegion<T>)
WithRegion(String)

Spécifie la région de la ressource par son nom.

(Hérité de IDefinitionWithRegion<T>)
WithRootUsername(String)

Commence la définition pour spécifier le nom d’utilisateur racine Linux.

(Hérité de IWithLinuxRootUsername)
WithServicePrincipalClientId(String)

Propriétés du principal du service de cluster Kubernetes.

(Hérité de IWithServicePrincipalClientId)
WithServicePrincipalSecret(String)

Propriétés du principal de service.

(Hérité de IWithServicePrincipalProfile)
WithSshKey(String)

Commence la définition pour spécifier la clé ssh Linux.

(Hérité de IWithLinuxSshKey)
WithTag(String, String)

Ajoute une balise à la ressource.

(Hérité de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Spécifie des balises pour la ressource en tant que {@link Map}.

(Hérité de IDefinitionWithTags<T>)
WithVersion(KubernetesVersion)

Spécifie la version du cluster Kubernetes.

(Hérité de IWithVersion)
WithVersion(String)

Spécifie la version du cluster Kubernetes.

(Hérité de IWithVersion)
WithVirtualNode(String)

Crée un nœud virtuel avec ACI. IMPORTANT ! Cette méthode doit être appelée après « WithAddOnProfiles ».

(Hérité de IWithVirtualNode)

S’applique à