ContainerServiceServicePrincipalProfile 类
定义
Information about a service principal identity for the cluster to use for manipulating Azure APIs.
public class ContainerServiceServicePrincipalProfile
- 继承
-
java.lang.ObjectContainerServiceServicePrincipalProfile
方法
clientId() |
Get the clientId value. |
secret() |
Get the secret value. |
withClientId(String clientId) |
Set the clientId value. |
withSecret(String secret) |
Set the secret value. |