Interface PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PasswordCredential.Definition<ParentT>
- Enclosing interface:
- PasswordCredential.DefinitionStages
public static interface PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
A credential definition stage allowing the subscription in the auth file to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithSubscriptionId(String subscriptionId) Specifies the "subscription=" field in the auth file.
-
Method Details
-
withSubscriptionId
Specifies the "subscription=" field in the auth file.- Parameters:
subscriptionId- the UUID of the subscription- Returns:
- the next stage in credential definition
-