CertificateCredential.UpdateDefinitionStages.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>.InUpdate,CertificateCredential.UpdateDefinitionStages.WithStartDate<ParentT>,CertificateCredential.UpdateDefinitionStages.WithDuration<ParentT>,CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
类型参数
- ParentT
the return type of attach()
继承成员
Attachable.InUpdate<ParentT>.attach()
CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>.withAuthFileToExport(OutputStream outputStream)
CertificateCredential.UpdateDefinitionStages.WithDuration<ParentT>.withDuration(Duration duration)
CertificateCredential.UpdateDefinitionStages.WithStartDate<ParentT>.withStartDate(DateTime startDate)