Share via


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

IWithUserAssignedManagedServiceIdentity 接口

定义

虚拟机规模集定义的阶段,允许指定用户分配 (外部) 托管服务标识。

public interface IWithUserAssignedManagedServiceIdentity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithUserAssignedManagedServiceIdentity = interface
    interface IBeta
Public Interface IWithUserAssignedManagedServiceIdentity
Implements IBeta
派生
实现

方法

WithExistingUserAssignedManagedServiceIdentity(IIdentity)

指定要与虚拟机规模集关联的现有用户分配标识。

WithNewUserAssignedManagedServiceIdentity(ICreatable<IIdentity>)

指定要与虚拟机规模集关联的尚未创建的用户分配标识的定义。

适用于