PasswordCredential.DefinitionStages.WithAttach<ParentT> 接口
定义
The final stage of the credential definition.
At this stage, more settings can be specified, or the credential definition can be attached to the parent application / service principal definition using attach().
public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,PasswordCredential.DefinitionStages.WithStartDate<ParentT>,PasswordCredential.DefinitionStages.WithDuration<ParentT>,PasswordCredential.DefinitionStages.WithAuthFile<ParentT>
类型参数
- ParentT
the return type of attach()
继承成员
Attachable.InDefinition<ParentT>.attach()
PasswordCredential.DefinitionStages.WithAuthFile<ParentT>.withAuthFileToExport(OutputStream outputStream)
PasswordCredential.DefinitionStages.WithDuration<ParentT>.withDuration(Duration duration)
PasswordCredential.DefinitionStages.WithStartDate<ParentT>.withStartDate(DateTime startDate)