ServicePrincipal(Guid, Guid, Byte[], String) Constructor
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 ServicePrincipal (Guid applicationId, Guid aadTenantId, byte[] certificateFileBytes, string certificatePassword);
new Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal : Guid * Guid * byte[] * string -> Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal
Public Sub New (applicationId As Guid, aadTenantId As Guid, certificateFileBytes As Byte(), certificatePassword As String)
Parameters
- applicationId
- System.Guid
- aadTenantId
- System.Guid
- certificateFileBytes
- System.Byte[]
- certificatePassword
- System.String