IDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container interface for all the definitions related to a container service.
public interface IDefinition : Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IBlank, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithAgentPool, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithGroup, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinux, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinuxRootUsername, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinuxSshKey, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithMasterNodeCount, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator, Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithServicePrincipalProfile, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithOrchestrator>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerService.Fluent.IContainerService>
type IDefinition = interface
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithOrchestrator>
interface IWithExistingResourceGroup<IWithOrchestrator>
interface IWithNewResourceGroup<IWithOrchestrator>
interface IWithCreatableResourceGroup<IWithOrchestrator>
interface IWithOrchestrator
interface IWithMasterNodeCount
interface IWithLinux
interface IWithLinuxRootUsername
interface IWithLinuxSshKey
interface IWithAgentPool
interface IWithServicePrincipalProfile
interface IWithCreate
interface IWithMasterDnsPrefix
interface IWithDiagnostics
interface IWithMasterVMSize
interface IWithMasterStorageProfile
interface IWithMasterOSDiskSize
interface IWithSubnet
interface ICreatable<IContainerService>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBlank, ICreatable(Of IContainerService), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithAgentPool, IWithCreatableResourceGroup(Of IWithOrchestrator), IWithCreate, IWithExistingResourceGroup(Of IWithOrchestrator), IWithGroup, IWithGroup(Of IWithOrchestrator), IWithLinux, IWithLinuxRootUsername, IWithLinuxSshKey, IWithMasterNodeCount, IWithNewResourceGroup(Of IWithOrchestrator), IWithOrchestrator, IWithServicePrincipalProfile
- Implements
-
IBlank IWithAgentPool IWithCreate IWithDiagnostics IWithGroup IWithLinux IWithLinuxRootUsername IWithLinuxSshKey IWithMasterDnsPrefix IWithMasterNodeCount IWithMasterOSDiskSize IWithMasterStorageProfile IWithMasterVMSize IWithOrchestrator IWithServicePrincipalProfile IWithSubnet IWithCreatableResourceGroup<IWithOrchestrator> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithOrchestrator> IWithExistingResourceGroup<T> IWithGroup<IWithOrchestrator> IWithNewResourceGroup<IWithOrchestrator> IWithNewResourceGroup<T> IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<IContainerService> IIndexable
Properties
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 a agent pool profile to be attached to the container service. (Inherited from IWithAgentPool) |
WithDcosOrchestration() |
Specifies the DCOS orchestration type for the container service. (Inherited from IWithOrchestrator) |
WithDiagnostics() |
Enables diagnostics. (Inherited from IWithDiagnostics) |
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>) |
WithKubernetesOrchestration() |
Specifies the Kubernetes orchestration type for the container service. (Inherited from IWithOrchestrator) |
WithLinux() |
Begins the definition to specify Linux settings. (Inherited from IWithLinux) |
WithMasterDnsPrefix(String) |
Specifies the DNS prefix to be used to create the FQDN for the master pool. (Inherited from IWithMasterDnsPrefix) |
WithMasterNodeCount(ContainerServiceMasterProfileCount) |
Specifies the master node count. (Inherited from IWithMasterNodeCount) |
WithMasterOSDiskSizeInGB(Int32) |
OS Disk Size in GB to be used for every machine in the master pool. If you specify 0, the default osDisk size will be used according to the vmSize specified. (Inherited from IWithMasterOSDiskSize) |
WithMasterStorageProfile(ContainerServiceStorageProfileTypes) |
Specifies the storage kind to be used for every machine in master pool. (Inherited from IWithMasterStorageProfile) |
WithMasterVMSize(ContainerServiceVMSizeTypes) |
Specifies the size of the master VMs, default set to "Standard_D2_v2". (Inherited from IWithMasterVMSize) |
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) |
WithServicePrincipal(String, String) |
Properties for cluster service principals. (Inherited from IWithServicePrincipalProfile) |
WithSshKey(String) |
Begins the definition to specify Linux ssh key. (Inherited from IWithLinuxSshKey) |
WithSubnet(String, String) |
Specifies the virtual network and subnet for the virtual machines in the master and agent pools. (Inherited from IWithSubnet) |
WithSwarmOrchestration() |
Specifies the Swarm orchestration type for the container service. (Inherited from IWithOrchestrator) |
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>) |
Applies to
Azure SDK for .NET