public class ManagedClusterAADProfile extends Object
| Constructor and Description |
|---|
ManagedClusterAADProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientAppID()
Get the clientAppID value.
|
String |
serverAppID()
Get the serverAppID value.
|
String |
serverAppSecret()
Get the serverAppSecret value.
|
String |
tenantID()
Get the tenantID value.
|
ManagedClusterAADProfile |
withClientAppID(String clientAppID)
Set the clientAppID value.
|
ManagedClusterAADProfile |
withServerAppID(String serverAppID)
Set the serverAppID value.
|
ManagedClusterAADProfile |
withServerAppSecret(String serverAppSecret)
Set the serverAppSecret value.
|
ManagedClusterAADProfile |
withTenantID(String tenantID)
Set the tenantID value.
|
public String clientAppID()
public ManagedClusterAADProfile withClientAppID(String clientAppID)
clientAppID - the clientAppID value to setpublic String serverAppID()
public ManagedClusterAADProfile withServerAppID(String serverAppID)
serverAppID - the serverAppID value to setpublic String serverAppSecret()
public ManagedClusterAADProfile withServerAppSecret(String serverAppSecret)
serverAppSecret - the serverAppSecret value to setpublic String tenantID()
public ManagedClusterAADProfile withTenantID(String tenantID)
tenantID - the tenantID value to setCopyright © 2019. All rights reserved.