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