Constructor ArmClientHelper
ArmClientHelper(string, string, X509Certificate2)
Public constructor.
public ArmClientHelper(string tenantId, string clientId, X509Certificate2 certificate)
Parameters
tenantId
stringTenant's unique identifier. Tenant is a dedicated and trusted instance of Microsoft Entra ID (formerly Azure Active Directory).
clientId
stringClient Id (or Application Id) of ScaleOut specific Azure AD application. It provides unique identity for SOSS application within customer's Microsoft Entra ID (formerly Azure Active Directory) tenant, enabling it to request tokens and access resources on behalf of users.
certificate
X509Certificate2The certificate as a client credential. The public key of this certificate should have been registered in the 'Certificates and secrets' page for a registered application in the Microsoft Entra portal.
ArmClientHelper(ArmClient)
Public constructor that takes already created instance of ArmClient class.
public ArmClientHelper(ArmClient armClient)
Parameters
armClient
ArmClientMicrosoft library for interacting with Azure.