ServicePrincipal.UpdateStages.WithCredential 接口
定义
A service principal update allowing credentials to be specified.
public interface WithCredential
方法
defineCertificateCredential(String name) |
Starts the definition of a certificate credential. |
definePasswordCredential(String name) |
Starts the definition of a password credential. |
withoutCredential(String name) |
Removes a credential. |