Uses of Interface
com.azure.resourcemanager.authorization.models.PasswordCredential
-
Packages that use PasswordCredential Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of PasswordCredential in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type PasswordCredential Modifier and Type Method Description Map<String,PasswordCredential>
ActiveDirectoryApplication. passwordCredentials()
Map<String,PasswordCredential>
ServicePrincipal. passwordCredentials()
Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type PasswordCredential Modifier and Type Method Description PasswordCredential.DefinitionStages.WithAttach<ParentT>
PasswordCredential.DefinitionStages.WithConsumer. withPasswordConsumer(Consumer<? super PasswordCredential> passwordConsumer)
Consumes the credential after creation.
-