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

PSManagedServiceIdentity Constructors

Definition

Overloads

PSManagedServiceIdentity()
PSManagedServiceIdentity(ManagedServiceIdentity)

PSManagedServiceIdentity()

public PSManagedServiceIdentity ();
Public Sub New ()

Applies to

PSManagedServiceIdentity(ManagedServiceIdentity)

public PSManagedServiceIdentity (Microsoft.Azure.Management.KeyVault.Models.ManagedServiceIdentity identity);
new Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity : Microsoft.Azure.Management.KeyVault.Models.ManagedServiceIdentity -> Microsoft.Azure.Commands.KeyVault.Models.PSManagedServiceIdentity
Public Sub New (identity As ManagedServiceIdentity)

Parameters

Applies to