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:
the clientId value
secret
public String secret()
Get the secret value.
Returns:
the secret value
withClientId
public ContainerServiceServicePrincipalProfile withClientId(String clientId)
Set the clientId value.
Parameters:
clientId
- the clientId value to set
Returns:
the ContainerServiceServicePrincipalProfile object itself.
withSecret
public ContainerServiceServicePrincipalProfile withSecret(String secret)
Set the secret value.
Parameters:
secret
- the secret value to set
Returns:
the ContainerServiceServicePrincipalProfile object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java