PasswordCredential.Definition<ParentT> Interface
Type Parameters
- ParentT
the return type of the final attach()
public interface Definition extends PasswordCredential.DefinitionStages.Blank,PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile,PasswordCredential.DefinitionStages.WithAttach
The entirety of a credential definition.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
PasswordCredential.DefinitionStages.WithAuthFile<ParentT>.withAuthFileToExport(OutputStream outputStream)
PasswordCredential.DefinitionStages.WithDuration<ParentT>.withDuration(Duration duration)
PasswordCredential.DefinitionStages.WithKey<ParentT>.withPasswordValue(String password)
PasswordCredential.DefinitionStages.WithStartDate<ParentT>.withStartDate(DateTime startDate)
PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>.withSubscriptionId(String subscriptionId)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java