public static interface ActiveDirectoryApplication.UpdateStages.WithCredential
| Modifier and Type | Method and Description |
|---|---|
CertificateCredential.UpdateDefinitionStages.Blank<ActiveDirectoryApplication.Update> |
defineCertificateCredential(String name)
Starts the definition of a certificate credential.
|
PasswordCredential.UpdateDefinitionStages.Blank<ActiveDirectoryApplication.Update> |
definePasswordCredential(String name)
Starts the definition of a password credential.
|
ActiveDirectoryApplication.Update |
withoutCredential(String name)
Removes a key.
|
CertificateCredential.UpdateDefinitionStages.Blank<ActiveDirectoryApplication.Update> defineCertificateCredential(String name)
name - the descriptive name of the certificate credentialPasswordCredential.UpdateDefinitionStages.Blank<ActiveDirectoryApplication.Update> definePasswordCredential(String name)
name - the descriptive name of the password credentialActiveDirectoryApplication.Update withoutCredential(String name)
name - the name of the key/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/