public static interface ServicePrincipal.UpdateStages.WithCredential
Modifier and Type | Method and Description |
---|---|
CertificateCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> |
defineCertificateCredential(String name)
Starts the definition of a certificate credential.
|
PasswordCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> |
definePasswordCredential(String name)
Starts the definition of a password credential.
|
ServicePrincipal.Update |
withoutCredential(String name)
Removes a credential.
|
CertificateCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> defineCertificateCredential(String name)
name
- the descriptive name of the certificate credentialPasswordCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> definePasswordCredential(String name)
name
- the descriptive name of the password credentialServicePrincipal.Update withoutCredential(String name)
name
- the name of the credentialCopyright © 2019. All rights reserved.