Interface ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT
- the stage of the container service definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,ContainerServiceAgentPool.DefinitionStages.WithOSDiskSize<ParentT>
,ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
,ContainerServiceAgentPool.DefinitionStages.WithPorts<ParentT>
,ContainerServiceAgentPool.DefinitionStages.WithStorageProfile<ParentT>
,ContainerServiceAgentPool.DefinitionStages.WithVirtualNetwork<ParentT>
- All Known Subinterfaces:
ContainerServiceAgentPool.Definition<ParentT>
- Enclosing interface:
- ContainerServiceAgentPool.DefinitionStages
public static interface ContainerServiceAgentPool.DefinitionStages.WithAttach<ParentT>
extends ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>, ContainerServiceAgentPool.DefinitionStages.WithOSDiskSize<ParentT>, ContainerServiceAgentPool.DefinitionStages.WithPorts<ParentT>, ContainerServiceAgentPool.DefinitionStages.WithStorageProfile<ParentT>, ContainerServiceAgentPool.DefinitionStages.WithVirtualNetwork<ParentT>, Attachable.InDefinition<ParentT>
The final stage of a container service agent pool definition.
At this stage, any remaining optional settings can be specified, or the container service agent pool
can be attached to the parent container service definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.DefinitionStages.WithOSDiskSize
withOSDiskSizeInGB
Methods inherited from interface com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.DefinitionStages.WithOSType
withOSType
Methods inherited from interface com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.DefinitionStages.WithPorts
withPorts
Methods inherited from interface com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.DefinitionStages.WithStorageProfile
withStorageProfile
Methods inherited from interface com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.DefinitionStages.WithVirtualNetwork
withVirtualNetwork