Uses of Interface
com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.WithAttach
-
Packages that use PasswordCredential.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.authorization.models 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.models Modifier and Type Interface Description static interfacePasswordCredential.Definition<ParentT>The entirety of a credential definition.static interfacePasswordCredential.DefinitionStages.Blank<ParentT>The first stage of a credential definition.Methods in com.azure.resourcemanager.authorization.models that return PasswordCredential.DefinitionStages.WithAttach Modifier and Type Method Description PasswordCredential.DefinitionStages.WithAttach<ParentT>PasswordCredential.DefinitionStages.WithDuration. withDuration(Duration duration)Specifies the duration for which password or key would be valid.PasswordCredential.DefinitionStages.WithAttach<ParentT>PasswordCredential.DefinitionStages.WithConsumer. withPasswordConsumer(Consumer<? super PasswordCredential> passwordConsumer)Consumes the credential after creation.PasswordCredential.DefinitionStages.WithAttach<ParentT>PasswordCredential.DefinitionStages.WithStartDate. withStartDate(OffsetDateTime 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.
-