Share via


IWithServicePrincipalClientId.WithServicePrincipalClientId(String) Method

Definition

Properties for Kubernetes cluster service principal.

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithServicePrincipalProfile WithServicePrincipalClientId (string clientId);
abstract member WithServicePrincipalClientId : string -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithServicePrincipalProfile
Public Function WithServicePrincipalClientId (clientId As String) As IWithServicePrincipalProfile

Parameters

clientId
String

The ID for the service principal.

Returns

Applies to