Interface PasswordCredential.Definition<ParentT>
-
- Type Parameters:
ParentT
- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,PasswordCredential.DefinitionStages.Blank<ParentT>
,PasswordCredential.DefinitionStages.WithAttach<ParentT>
,PasswordCredential.DefinitionStages.WithAuthFile<ParentT>
,PasswordCredential.DefinitionStages.WithConsumer<ParentT>
,PasswordCredential.DefinitionStages.WithDuration<ParentT>
,PasswordCredential.DefinitionStages.WithStartDate<ParentT>
,PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
- Enclosing interface:
- PasswordCredential
public static interface PasswordCredential.Definition<ParentT> extends PasswordCredential.DefinitionStages.Blank<ParentT>, PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>, PasswordCredential.DefinitionStages.WithAttach<ParentT>
The entirety of a credential definition.
-
-
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
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile
withSubscriptionId
-
-