IDefinition Interface

Definition

Interface for all the definitions related to a Kubernetes cluster.

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
Implements

Properties

DefineNetworkProfile

Gets Begins the definition of a network profile to be attached to the Kubernetes cluster.

(Inherited from IWithNetworkProfile)
Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineAgentPool(String)

Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.

(Inherited from IWithAgentPool)
WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>)

Updates the cluster's add-on's profiles.

(Inherited from IWithAddOnProfilesBeta)
WithDnsPrefix(String)

Specifies the DNS prefix to be used to create the FQDN for the master pool.

(Inherited from IWithDnsPrefix)
WithExistingResourceGroup(IResourceGroup)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithLatestVersion()

Uses the latest version for the Kubernetes cluster.

(Inherited from IWithVersion)
WithNewResourceGroup() (Inherited from IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Creates a new resource group to put the resource in, based on the definition specified.

(Inherited from IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String) (Inherited from IWithNewResourceGroup<T>)
WithRegion(Region)

Specifies the region for the resource.

(Inherited from IDefinitionWithRegion<T>)
WithRegion(String)

Specifies the region for the resource by name.

(Inherited from IDefinitionWithRegion<T>)
WithRootUsername(String)

Begins the definition to specify Linux root username.

(Inherited from IWithLinuxRootUsername)
WithServicePrincipalClientId(String)

Properties for Kubernetes cluster service principal.

(Inherited from IWithServicePrincipalClientId)
WithServicePrincipalSecret(String)

Properties for service principal.

(Inherited from IWithServicePrincipalProfile)
WithSshKey(String)

Begins the definition to specify Linux ssh key.

(Inherited from IWithLinuxSshKey)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)
WithVersion(KubernetesVersion)

Specifies the version for the Kubernetes cluster.

(Inherited from IWithVersion)
WithVersion(String)

Specifies the version for the Kubernetes cluster.

(Inherited from IWithVersion)
WithVirtualNode(String)

Creates a virtual node with ACI. IMPORTANT! This method should be called after 'WithAddOnProfiles'.

(Inherited from IWithVirtualNode)

Applies to