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

PasswordCredential.UpdateDefinitionStages.WithAttach<ParentT> 接口

类型参数

ParentT

的返回类型 WithAttach#attach()

实现

WithAuthFile<ParentT> WithDuration<ParentT> WithStartDate<ParentT> InUpdate<ParentT>

public static interface PasswordCredential.UpdateDefinitionStages.WithAttach
extends InUpdate<ParentT>, WithStartDate<ParentT>, WithDuration<ParentT>, WithAuthFile<ParentT>

凭据定义的最后一个阶段。

在此阶段,可以指定更多设置,或者可以使用 WithAttach#attach()将凭据定义附加到父应用程序/服务主体更新。

适用于