Compartir vía


ContainerServiceServicePrincipalProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.ContainerServiceServicePrincipalProfile

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.

ContainerServiceServicePrincipalProfile withClientId(String clientId)

Set the clientId value.

ContainerServiceServicePrincipalProfile 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