CertificateCredential.UpdateDefinition<ParentT> Interface
Type Parameters
- ParentT
the return type of the final UpdateDefinitionStages.WithAttach#attach()
Implements
Blank<ParentT>
WithAttach<ParentT>
WithAuthFileCertificate<ParentT>
WithAuthFileCertificatePassword<ParentT>
WithCertificateType<ParentT>
WithPublicKey<ParentT>
WithSymmetricKey<ParentT>
public static interface CertificateCredential.UpdateDefinition
extends Blank<ParentT>, WithCertificateType<ParentT>, WithPublicKey<ParentT>, WithSymmetricKey<ParentT>, WithAttach<ParentT>, WithAuthFileCertificate<ParentT>, WithAuthFileCertificatePassword<ParentT>
The entirety of a credential definition as part of a application or service principal update.
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