| Modifier and Type | Interface and Description |
|---|---|
static interface |
PasswordCredential.Definition<ParentT>
The entirety of a credential definition.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordCredential.DefinitionStages.WithAttach<ParentT> |
PasswordCredential.DefinitionStages.WithDuration.withDuration(org.joda.time.Duration duration)
Specifies the duration for which password or key would be valid.
|
PasswordCredential.DefinitionStages.WithAttach<ParentT> |
PasswordCredential.DefinitionStages.WithKey.withPasswordValue(String password)
Use a password as a key.
|
PasswordCredential.DefinitionStages.WithAttach<ParentT> |
PasswordCredential.DefinitionStages.WithStartDate.withStartDate(org.joda.time.DateTime startDate)
Specifies the start date after which password or key would be valid.
|
PasswordCredential.DefinitionStages.WithAttach<ParentT> |
PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile.withSubscriptionId(String subscriptionId)
Specifies the "subscription=" field in the auth file.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/