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 Summary
Modifier and TypeMethodDescriptionwithServicePrincipal
(String clientId, String secret) Properties for cluster service principals.
-
Method Details
-
withServicePrincipal
Properties for cluster service principals.- Parameters:
clientId
- the ID for the service principalsecret
- the secret password associated with the service principal- Returns:
- the next stage
-