public static interface ContainerService.DefinitionStages.WithServicePrincipalProfile
| Modifier and Type | Method and Description |
|---|---|
ContainerService.DefinitionStages.WithLinux |
withServicePrincipal(String clientId,
String secret)
Properties for cluster service principals.
|
ContainerService.DefinitionStages.WithLinux withServicePrincipal(String clientId, String secret)
clientId - the ID for the service principalsecret - the secret password associated with the service principal/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/