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.
|
@Beta(value=V1_2_0) CertificateCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> defineCertificateCredential(String name)
name - the descriptive name of the certificate credential@Beta(value=V1_2_0) PasswordCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> definePasswordCredential(String name)
name - the descriptive name of the password credential@Beta(value=V1_2_0) ServicePrincipal.Update withoutCredential(String name)
name - the name of the credential/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/