ArmNetworkCloudModelFactory.ServicePrincipalInformation Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.ServicePrincipalInformation ServicePrincipalInformation(string applicationId = default, string password = default, string principalId = default, string tenantId = default);
static member ServicePrincipalInformation : string * string * string * string -> Azure.ResourceManager.NetworkCloud.Models.ServicePrincipalInformation
Public Shared Function ServicePrincipalInformation (Optional applicationId As String = Nothing, Optional password As String = Nothing, Optional principalId As String = Nothing, Optional tenantId As String = Nothing) As ServicePrincipalInformation

Parameters

applicationId
String

The application ID, also known as client ID, of the service principal.

password
String

The password of the service principal.

principalId
String

The principal ID, also known as the object ID, of the service principal.

tenantId
String

The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.

Returns

A new ServicePrincipalInformation instance for mocking.

Applies to