你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedIdentityOptions Class

Definition

Configuration options for Managed Identity.

public class ManagedIdentityOptions
type ManagedIdentityOptions = class
Public Class ManagedIdentityOptions
Inheritance
ManagedIdentityOptions

Constructors

Name Description
ManagedIdentityOptions(Uri, String)

Initializes a new instance of the ManagedIdentityOptions class.

Properties

Name Description
AuthorityHost

The host of the Azure Active Directory authority. The default is https://login.microsoftonline.com/.

TenantId

The tenant id of the user to authenticate.

Applies to