CertificateCredential.DefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the return type of attach()
public interface WithAttach extends Attachable.InDefinition,CertificateCredential.DefinitionStages.WithStartDate,CertificateCredential.DefinitionStages.WithDuration,CertificateCredential.DefinitionStages.WithAuthFile
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().
Inherited Members
Attachable.InDefinition<ParentT>.attach()
CertificateCredential.DefinitionStages.WithAuthFile<ParentT>.withAuthFileToExport(OutputStream outputStream)
CertificateCredential.DefinitionStages.WithDuration<ParentT>.withDuration(Duration duration)
CertificateCredential.DefinitionStages.WithStartDate<ParentT>.withStartDate(DateTime startDate)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java