Interface KubernetesClusterAgentPool.DefinitionStages.WithFips<ParentT>
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithFips<ParentT>
The stage of a container service agent pool definition allowing to specify FIPS-enabled OS for an agent pool machines.
-
Method Summary
Modifier and TypeMethodDescriptionSpecify to use an FIPS-enabled OS for agent pool machines.
-
Method Details
-
withFipsEnabled
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withFipsEnabled()Specify to use an FIPS-enabled OS for agent pool machines.- Returns:
- the next stage of the definition
- See Also:
-
- Add a FIPS-enabled node pool for more details.
-