public static interface PasswordCredential.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PasswordCredential.UpdateDefinitionStages.Blank<ParentT>
The first stage of a credential definition.
|
static interface |
PasswordCredential.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the credential definition.
|
static interface |
PasswordCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
A credential definition stage allowing exporting the auth file for the service principal.
|
static interface |
PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>
The credential definition stage allowing the duration of key validity to be set.
|
static interface |
PasswordCredential.UpdateDefinitionStages.WithKey<ParentT>
The credential definition stage allowing the the password or certificate to be set.
|
static interface |
PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>
The credential definition stage allowing start date to be set.
|
static interface |
PasswordCredential.UpdateDefinitionStages.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.
*/