ArmContainerServiceModelFactory.ManagedClusterServicePrincipalProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterServicePrincipalProfile ManagedClusterServicePrincipalProfile(string clientId = default, string secret = default);
static member ManagedClusterServicePrincipalProfile : string * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterServicePrincipalProfile
Public Shared Function ManagedClusterServicePrincipalProfile (Optional clientId As String = Nothing, Optional secret As String = Nothing) As ManagedClusterServicePrincipalProfile
Parameters
- clientId
- String
The ID for the service principal.
- secret
- String
The secret password associated with the service principal in plain text.
Returns
A new ManagedClusterServicePrincipalProfile instance for mocking.