Interface PasswordCredential.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InDefinition.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>,PasswordCredential.DefinitionStages.WithAuthFile<ParentT>,PasswordCredential.DefinitionStages.WithConsumer<ParentT>,PasswordCredential.DefinitionStages.WithDuration<ParentT>,PasswordCredential.DefinitionStages.WithStartDate<ParentT>
- All Known Subinterfaces:
PasswordCredential.Definition<ParentT>,PasswordCredential.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- PasswordCredential.DefinitionStages
public static interface PasswordCredential.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, PasswordCredential.DefinitionStages.WithStartDate<ParentT>, PasswordCredential.DefinitionStages.WithDuration<ParentT>, PasswordCredential.DefinitionStages.WithConsumer<ParentT>, PasswordCredential.DefinitionStages.WithAuthFile<ParentT>
The final stage of the credential definition.At this stage, more settings can be specified, or the credential definition can be attached to the parent application / service principal definition using
Attachable.InDefinition.attach().
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.WithAuthFile
withAuthFileToExport
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.WithConsumer
withPasswordConsumer
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.WithDuration
withDuration
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.WithStartDate
withStartDate
-
-