Interface ContainerService.DefinitionStages.WithServicePrincipalProfile

All Known Subinterfaces:
ContainerService.Definition
Enclosing interface:
ContainerService.DefinitionStages

public static interface ContainerService.DefinitionStages.WithServicePrincipalProfile
The stage allowing properties for cluster service principals to be specified.
  • Method Details

    • withServicePrincipal

      ContainerService.DefinitionStages.WithLinux withServicePrincipal(String clientId, String secret)
      Properties for cluster service principals.
      Parameters:
      clientId - the ID for the service principal
      secret - the secret password associated with the service principal
      Returns:
      the next stage