| Modifier and Type | Interface and Description |
|---|---|
static interface |
PasswordCredential.UpdateDefinition<ParentT>
The entirety of a credential definition as part of a application or service principal update.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordCredential.UpdateDefinitionStages.Blank<ServicePrincipal.Update> |
ServicePrincipal.UpdateStages.WithCredential.definePasswordCredential(String name)
Starts the definition of a password credential.
|
PasswordCredential.UpdateDefinitionStages.Blank<ActiveDirectoryApplication.Update> |
ActiveDirectoryApplication.UpdateStages.WithCredential.definePasswordCredential(String name)
Starts the definition of a password credential.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/