PasswordCredential.UpdateDefinition<ParentT> Interface
Type Parameters
- ParentT
the return type of the final attach()
public interface UpdateDefinition extends PasswordCredential.UpdateDefinitionStages.Blank,PasswordCredential.UpdateDefinitionStages.WithSubscriptionInAuthFile,PasswordCredential.UpdateDefinitionStages.WithAttach
The entirety of a credential definition as part of a application or service principal update.
Inherited Members
Attachable.InUpdate<ParentT>.attach()
PasswordCredential.UpdateDefinitionStages.WithAuthFile<ParentT>.withAuthFileToExport(OutputStream outputStream)
PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>.withDuration(Duration duration)
PasswordCredential.UpdateDefinitionStages.WithKey<ParentT>.withPasswordValue(String password)
PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>.withStartDate(DateTime startDate)
PasswordCredential.UpdateDefinitionStages.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