Share via


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

IWithUserAssignedManagedServiceIdentityBeta 接口

定义

容器实例定义的阶段,允许指定用户分配的托管服务标识。

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

方法

WithExistingUserAssignedManagedServiceIdentity(IIdentity)

指定要与容器组关联的现有用户分配标识。

WithNewUserAssignedManagedServiceIdentity(ICreatable<IIdentity>)

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

适用于