KubernetesClusterAgentPool.DefinitionStages.WithFips<ParentT> Interface

Type Parameters

ParentT

the stage of the container service definition to return to after attaching this definition

public static interface KubernetesClusterAgentPool.DefinitionStages.WithFips

The stage of a container service agent pool definition allowing to specify FIPS-enabled OS for an agent pool machines.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withFipsEnabled()

Specify to use an FIPS-enabled OS for agent pool machines.

Method Details

withFipsEnabled

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach withFipsEnabled()

Specify to use an FIPS-enabled OS for agent pool machines.

Returns:

the next stage of the definition

Applies to