ContainerServiceServicePrincipalProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceServicePrincipalProfile
- com.
public class ContainerServiceServicePrincipalProfile
Information about a service principal identity for the cluster to use for manipulating Azure APIs.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
clientId()
Get the clientId value. |
String |
secret()
Get the secret value. |
Container |
withClientId(String clientId)
Set the clientId value. |
Container |
withSecret(String secret)
Set the secret value. |
Method Details
clientId
public String clientId()
Get the clientId value.
Returns:
secret
public String secret()
Get the secret value.
Returns:
withClientId
public ContainerServiceServicePrincipalProfile withClientId(String clientId)
Set the clientId value.
Parameters:
Returns:
withSecret
public ContainerServiceServicePrincipalProfile withSecret(String secret)
Set the secret value.
Parameters:
Returns:
Applies to
Azure SDK for Java