Uses of Interface
com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.WithAttach
Packages that use PasswordCredential.DefinitionStages.WithAttach
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of PasswordCredential.DefinitionStages.WithAttach in com.azure.resourcemanager.authorization.models
Subinterfaces of PasswordCredential.DefinitionStages.WithAttach in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfacePasswordCredential.Definition<ParentT>The entirety of a credential definition.static interfaceThe first stage of a credential definition.Methods in com.azure.resourcemanager.authorization.models that return PasswordCredential.DefinitionStages.WithAttachModifier and TypeMethodDescriptionPasswordCredential.DefinitionStages.WithDuration.withDuration(Duration duration) Specifies the duration for which password or key would be valid.PasswordCredential.DefinitionStages.WithConsumer.withPasswordConsumer(Consumer<? super PasswordCredential> passwordConsumer) Consumes the credential after creation.PasswordCredential.DefinitionStages.WithStartDate.withStartDate(OffsetDateTime startDate) Specifies the start date after which password or key would be valid.PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile.withSubscriptionId(String subscriptionId) Specifies the "subscription=" field in the auth file.