public static interface PasswordCredential.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PasswordCredential.DefinitionStages.Blank<ParentT>
The first stage of a credential definition.
|
static interface |
PasswordCredential.DefinitionStages.WithAttach<ParentT>
The final stage of the credential definition.
|
static interface |
PasswordCredential.DefinitionStages.WithAuthFile<ParentT>
A credential definition stage allowing exporting the auth file for the service principal.
|
static interface |
PasswordCredential.DefinitionStages.WithDuration<ParentT>
The credential definition stage allowing the duration of key validity to be set.
|
static interface |
PasswordCredential.DefinitionStages.WithKey<ParentT>
The credential definition stage allowing the the password or certificate to be set.
|
static interface |
PasswordCredential.DefinitionStages.WithStartDate<ParentT>
The credential definition stage allowing start date to be set.
|
static interface |
PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
A credential definition stage allowing the subscription in the auth file to be set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/