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

ManagedIdentityCredentialOptions(ManagedIdentityId) Constructor

Definition

Creates an instance of ManagedIdentityCredentialOptions.

public ManagedIdentityCredentialOptions (Azure.Identity.ManagedIdentityId managedIdentityId = default);
new Azure.Identity.ManagedIdentityCredentialOptions : Azure.Identity.ManagedIdentityId -> Azure.Identity.ManagedIdentityCredentialOptions
Public Sub New (Optional managedIdentityId As ManagedIdentityId = Nothing)

Parameters

managedIdentityId
ManagedIdentityId

The Azure.Identity.ManagedIdentityCredentialOptions.ManagedIdentityId specifying which managed identity will be configured. By default, SystemAssigned will be configured.

Applies to